WhatConverts

Get marketing clarity with CallTracking and LeadTracking.

Go to site
Explore
/
Apps
/
WhatConverts

WhatConverts API Integrations

Build and run workflows using the WhatConverts 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: {
    whatconverts: {
      type: "app",
      app: "whatconverts",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.whatconverts.com/api/v1/leads`,
      auth: {
        username: `${this.whatconverts.$auth.api_token}`,
        password: `${this.whatconverts.$auth.api_secret}`,
      },
    })
  },
})

Choose an API to Connect with WhatConverts API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API Keys,

  • Navigate to your WhatConverts account and sign in
  • Click the dropdown on the top left, then click “Show Settings”
  • Go to “Master Integrations” > “API Keys” > “View Details”