Connect your AI agent to Zapier automation platform. Create Zaps that trigger AI agent actions or receive AI responses. Enable no-code automation workflows with AI capabilities.
API key
curl -X POST https://hooks.zapier.com/hooks/catch/YOUR_WEBHOOK_ID/ \
-H "Content-Type: application/json" \
-d '{
"message": "Trigger AI agent",
"data": {"key": "value"}
}'