Skip to main content

Overview

Zapier is a no-code automation tool that connects your favorite apps into automated workflows. After you deploy your Agent, you can trigger it directly from Zapier and use the results in your Zaps.

Run your deployed Agent from Zapier

1

Open connection settings

Navigate to your Agent’s build page and click Connect, then select Zapier from the dropdown.
2

Add the Airtop action

In your Zapier recipe (Zap), add the action Run an Airtop agent from the Airtop integration.
Add Airtop action in Zapier
3

Configure the Webhook URL

Enter the Webhook URL from the connection modal into the Webhook URL field.
# Example of a Webhook URL
https://api.airtop.ai/api/hooks/agents/{agent-id}/webhooks/{webhook-id}
4

Set Agent parameters

Paste the Agent’s parameters from the connection modal into the JSON field in the Zapier action.
// Example of Agent parameters
{
  "configVars": {
    // Your Agent's configuration variables
  }
}
5

Test the step and save

Test the step to ensure the connection works, then save your Zap.