Follow Up Boss

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 site
Explore
/
Apps
/
Follow Up Boss

Follow Up Boss API Integrations

Build and run workflows using the Follow Up Boss API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { 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: ``,
      },
    })
  },
})

Choose an API to Connect with Follow Up Boss API

1
-
12
of
1000+
apps by most popular

Authentication

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.