Integration
Zapier
Trigger an approved Zapier automation from a defined call outcome.
Description
AIM AI can be configured to send selected workflow data to a registered Zapier webhook. The trigger conditions, payload fields, and connected Zap are approved during workflow scoping.
Authentication
- A registered Zapier webhook URL is required.
- Exact payload fields and approved downstream actions are confirmed during workflow scoping.
Supported Actions (2)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Trigger Zapier webhook
- Send Slack message via Zapier
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Zapier Slack - Basic Message
Representative workflow configuration for Zapier Slack - Basic Message.
JSON
{
"automationType": "zapier",
"nodeId": "zapier-slack-basic-001",
"nodeParams": {
"action": "send_slack_message",
"params": {
"channel": "#development",
"message_template": "Update: {{transcript}}",
"bot_username": "AIM AI Bot",
"parse_mode": "full"
}
}
}Zapier - Trigger dedicated webhook(s) by node
Representative workflow configuration for Zapier - Trigger dedicated webhook(s) by node.
JSON
{
"automationType": "zapier",
"nodeId": "zapier-trigger-001",
"nodeParams": {
"action": "trigger_zapier_webhook",
"params": {
"node_id": "064febb3-c40f-4ce3-96c1-96283211d3bc",
"payload": {
"example": "data"
}
}
}
}