Sending Lead Data to Zapier
🔁 Objective:
Send Lead data (like name, email, phone, tags, etc.) from Agent Supply to Zapier, enabling you to automate actions such as CRM updates, email follow-ups, or Slack notifications.
✅ Prerequisites:
A Zapier account
Access to your Agent Supply dashboard
An Agent Supply assistant that collects lead data (e.g., via form, user message, or custom flow)
🧩 Step-by-Step Integration (Zapier Webhook)
Step 1: Create a Zap in Zapier
Log in to Zapier.com
Click “Create Zap”
For the Trigger, choose: → Webhooks by Zapier → Event: Catch Hook → Click Continue
Step 2: Copy Your Webhook URL
Zapier will provide a custom webhook URL (e.g.,
https://hooks.zapier.com/hooks/catch/123456/abcde
)Copy this URL for use in Agent Supply
🔗 Step 3: Set up a Webhook in Agent Supply
Option A: Use an Action Step inside your Agent Supply Assistant
If you're using an agent with defined actions or a flow:
Go to your agent’s flow in the Agent Supply dashboard.
Locate the step where the lead is captured.
Add an "HTTP Request" or Webhook step.
Set the method to POST
Paste in the Zapier Webhook URL
Structure the JSON payload. Example:
jsonCopiarEditar{ "name": "{{user.name}}", "email": "{{user.email}}", "phone": "{{user.phone}}", "tags": "{{user.tags}}" }
(Replace
{{user.variable}}
with the actual variable names used in your assistant.)Save and deploy the flow.
Option B: Use Global Webhooks (if Agent Supply provides this)
Some Agent Supply projects allow global webhook configuration:
Navigate to project settings or integrations.
Look for “Webhook” or “Lead Forwarding” settings.
Paste the Zapier Webhook URL.
Define what event will trigger the webhook (e.g., “on lead creation”).
Customize the payload if needed.
🧪 Step 4: Test the Integration
Return to your Zap in Zapier.
Click “Test Trigger”
Submit a lead via your Agent Supply assistant (preview or live).
Zapier should receive the lead data.
Click Continue when the test succeeds.
⚙️ Step 5: Add Action Steps in Zapier
Once Zapier has received the lead data, you can choose what happens next:
Send it to a CRM (e.g., Salesforce, Pipedrive, HubSpot)
Log it in a spreadsheet
Add to your email list
Send internal alerts (e.g., Slack or Gmail)
Example:
Choose “Create Contact in HubSpot”
Map the lead fields (e.g., email → email)
Save and turn your Zap on
✅ Integration Complete!
Now each time a lead interacts with your Agent Supply assistant, the captured data is instantly sent to Zapier, triggering your custom workflow.
Last updated