What do you want to automate

with Campayn and Apify?

Prompt, edit and deploy AI agents that connect to Campayn, Apify and 2,500+ 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
Create Contact with Campayn API on New Finished Actor Run (Instant) from Apify API
Apify + Campayn
 
Try it
Create Contact with Campayn API on New Finished Task Run (Instant) from Apify API
Apify + Campayn
 
Try it
Get Contact with Campayn API on New Finished Actor Run (Instant) from Apify API
Apify + Campayn
 
Try it
Get Contact with Campayn API on New Finished Task Run (Instant) from Apify API
Apify + Campayn
 
Try it
Get Dataset Items with Apify API on New Contact Created from Campayn API
Campayn + Apify
 
Try it
New Finished Actor Run (Instant) from the Apify API

Emit new event when a selected actor is run and finishes.

 
Try it
New Contact Created from the Campayn API

Emit new events when a new contact is created. See the docs

 
Try it
New Finished Task Run (Instant) from the Apify API

Emit new event when a selected task is run and finishes.

 
Try it
New Email Created from the Campayn API

Emit new events when a new email is created. See the docs

 
Try it
Create Contact with the Campayn API

Creates a new contact. See the docs

 
Try it
Get Dataset Items with the Apify API

Returns data stored in a dataset. See the documentation

 
Try it
Get Contact with the Campayn API

Retrieves an existing contact. See the docs

 
Try it
Run Actor with the Apify API

Performs an execution of a selected actor in Apify. See the documentation

 
Try it
Unsubscribe Contact with the Campayn API

Unsubscribes a contact from a list. See the docs

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

Overview of Campayn

The Campayn API lets you automate email marketing tasks directly within Pipedream. It provides programmatic access to manage contacts, lists, and email campaigns. With Pipedream, you can build serverless workflows to integrate Campayn with other apps and services, triggering actions based on events, scheduling regular email campaigns, or syncing data across platforms.

Connect Campayn

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: {
    campayn: {
      type: "app",
      app: "campayn",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://campayn.com/api/v1/lists.json`,
      headers: {
        "Authorization": `TRUEREST apikey=${this.campayn.$auth.api_key}`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Overview of Apify

The Apify API unleashes the power to automate web scraping, process data, and orchestrate web automation workflows. By utilizing Apify on Pipedream, you can create dynamic serverless workflows to manage tasks like extracting data from websites, running browser automation, and scheduling these jobs to run autonomously. It integrates smoothly with Pipedream's capabilities to trigger actions on various other apps, store the results, and manage complex data flow with minimal setup.

Connect Apify

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    apify: {
      type: "app",
      app: "apify",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.apify.com/v2/users/me`,
      headers: {
        Authorization: `Bearer ${this.apify.$auth.api_token}`,
      },
    })
  },
})

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