EngageBay

EngageBay is an affordable all-in-one CRM with marketing, sales & support solution for growing businesses to engage and convert web visitors to happy customers.

Go to site
Explore
/
Apps
/
EngageBay

EngageBay API Integrations

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

Overview

EngageBay's API enables you to connect to EngageBay and build integrations with third-party applications. With the API, you can perform actions such as:

  • Create and manage contacts
  • Create and manage leads
  • Send and track email campaigns
  • Manage your EngageBay account settings
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: {
    engagebay: {
      type: "app",
      app: "engagebay",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.engagebay.com/dev/api/panel/users`,
      headers: {
        "Authorization": `${this.engagebay.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Choose an API to Connect with EngageBay API

1
-
12
of
1000+
apps by most popular

Authentication

EngageBay uses API keys for authentication. When you connect your EngageBay account, Pipedream securely stores the keys so you can easily authenticate to EngageBay APIs in both code and no-code steps.

You can find your API Key in the EngageBay Account Admin Settings -> API -> REST API Key.