What do you want to automate

with The Magic Drip and Aero Workflow?

Prompt, edit and deploy AI agents that connect to The Magic Drip, Aero Workflow 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
Add Lead to Campaign with The Magic Drip API on New Company Created Event from Aero Workflow API
Aero Workflow + The Magic Drip
 
Try it
Create Appointment with Aero Workflow API on New Campaign Created from The Magic Drip API
The Magic Drip + Aero Workflow
 
Try it
Create Appointment with Aero Workflow API on New Template Created from The Magic Drip API
The Magic Drip + Aero Workflow
 
Try it
Create Company with Aero Workflow API on New Campaign Created from The Magic Drip API
The Magic Drip + Aero Workflow
 
Try it
Create Company with Aero Workflow API on New Template Created from The Magic Drip API
The Magic Drip + Aero Workflow
 
Try it
New Campaign Created from the The Magic Drip API

Emit new event when a campaign is created. See the documentation

 
Try it
New Template Created from the The Magic Drip API

Emit new event when a template is created. See the documentation

 
Try it
New Company Created Event from the Aero Workflow API

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

 
Try it
Add Lead to Campaign with the The Magic Drip API

Add a lead to a campaign. See the documentation

 
Try it
Create Appointment with the Aero Workflow API

Creates an appointment See the docs here

 
Try it
List Campaigns with the The Magic Drip API

Retrieve all available campaigns. See the documentation

 
Try it
Create Company with the Aero Workflow API

Creates a company See the docs here

 
Try it
List Templates with the The Magic Drip API

Retrieve all available templates. See the documentation

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

Connect The Magic Drip

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: {
    the_magic_drip: {
      type: "app",
      app: "the_magic_drip",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.themagicdrip.com/v1/campaign`,
      headers: {
        "x-api-key": `${this.the_magic_drip.$auth.api_key}`,
      },
    })
  },
})

Overview of Aero Workflow

The Aero Workflow API enables the automation of task management and workflow optimization for professional service firms. Using Pipedream, you can harness this API to create powerful automations that streamline the tasks and procedures within your business. This can significantly reduce manual input, error rates, and increase overall efficiency.

Connect Aero Workflow

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: {
    aero_workflow: {
      type: "app",
      app: "aero_workflow",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.aeroworkflow.com/api/${this.aero_workflow.$auth.account_number}/me`,
      headers: {
        "apikey": `${this.aero_workflow.$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