Engage

Engage turns your customers into fans with personalised messaging; using emails, push and in-app notifications, and SMS.

Go to site
Explore
/
Apps
/
Engage

Engage API Integrations

Build and run workflows using the Engage 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: {
    engage: {
      type: "app",
      app: "engage",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.engage.so/v1/users`,
      auth: {
        username: `${this.engage.$auth.public_key}`,
        password: `${this.engage.$auth.secret_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API keys,

  • Navigate to your Engage account and sign in
  • Go to “Settings” > “Account”