What do you want to automate

with Wrike and Apollo.io?

Prompt, edit and deploy AI agents that connect to Wrike, Apollo.io and 2,800+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Add Contacts to Sequence with Apollo.io API on New Folder Created from Wrike API
Wrike + Apollo.io
 
Try it
Add Contacts to Sequence with Apollo.io API on New Subtask Created from Wrike API
Wrike + Apollo.io
 
Try it
Add Contacts to Sequence with Apollo.io API on New Task Created from Wrike API
Wrike + Apollo.io
 
Try it
Create Account with Apollo.io API on New Folder Created from Wrike API
Wrike + Apollo.io
 
Try it
Create Account with Apollo.io API on New Subtask Created from Wrike API
Wrike + Apollo.io
 
Try it
New Folder Created from the Wrike API

Emit new event when a folder is created

 
Try it
Account Updated from the Apollo.io API

Emit new event when an account is updated. See the documentation

 
Try it
New Subtask Created from the Wrike API

Emit new event when a subtask is created

 
Try it
Contact Updated from the Apollo.io API

Emit new event when a contact is updated. See the documentation

 
Try it
New Task Created from the Wrike API

Emit new event when a task is created

 
Try it
Add Contacts to Sequence with the Apollo.io API

Adds one or more contacts to a sequence in Apollo.io. See the documentation

 
Try it
New Task with the Wrike API

Create a Wrike task under a specified folder ID. See the documentation

 
Try it
Create Account with the Apollo.io API

Creates a new account in Apollo.io. See the documentation

 
Try it
Update Task Custom Fields with the Wrike API

Update the custom fields for a task. See the documentation

 
Try it
Create Contact with the Apollo.io API

Creates a new contact in Apollo.io. See the documentation

 
Try it
Integrate the Wrike API with the Apollo.io API
Setup the Wrike API trigger to run a workflow which integrates with the Apollo.io API. Pipedream's integration platform allows you to integrate Wrike and Apollo.io remarkably fast. Free for developers.

Overview of Wrike

Wrike API on Pipedream exposes the robust task and project management features of Wrike, enabling you to automate workflows across various apps and services. With it, you can programmatically access and manipulate tasks, folders, projects, and users within Wrike. This API lends itself to a multitude of automation possibilities, like synchronizing project updates across platforms, streamlining notifications and reporting, or even managing resource allocation based on project workload.

Connect Wrike

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    wrike: {
      type: "app",
      app: "wrike",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.wrike.$auth.host}/api/v4/contacts`,
      headers: {
        Authorization: `Bearer ${this.wrike.$auth.oauth_access_token}`,
      },
      params: {
        me: `true`,
      },
    })
  },
})

Overview of Apollo.io

The Apollo.io API on Pipedream enables you to automate sales processes by giving you programmatic access to your Apollo.io data. Through this API, you can manage leads, contacts, and opportunities, or sync data with your CRM. Pipedream's serverless platform allows you to connect Apollo.io with hundreds of other apps to automate workflows like lead enrichment, data syncing between apps, and triggering personalized communication based on prospect actions.

Connect Apollo.io

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    apollo_io: {
      type: "app",
      app: "apollo_io",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.apollo.io/v1/users/search`,
      headers: {
        "cache-control": `no-cache`,
        "content-type": `application/json`,
        "x-api-key": `${this.apollo_io.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo