Follow Up Boss is the leading CRM for high-growth real estate businesses. Get all your leads in one place & take control of your follow up so you can work smarter.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
follow_up_boss: {
type: "app",
app: "follow_up_boss",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.followupboss.com/v1/me`,
auth: {
username: `${this.follow_up_boss.$auth.api_key}`,
password: ``,
},
})
},
})
Follow Up Boss uses API keys for authentication. When you connect your Follow Up Boss account, Pipedream securely stores the keys so you can easily authenticate to Follow Up Boss APIs in both code and no-code steps.
To connect Pipedream to Follow Up Boss, you need your Follow Up Boss API key. To create a new API key:
Go to Admin > API and click Create API Key button.