Integration
Make
Trigger an approved Make scenario from a defined call outcome.
Description
AIM AI can be configured to send selected workflow data to a registered Make webhook. The trigger conditions, payload fields, and downstream scenario are approved during workflow scoping.
Authentication
- A registered Make webhook URL is required.
- Exact payload fields and approved downstream actions are confirmed during workflow scoping.
Supported Actions (1)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Trigger Make webhook
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Make.com - Trigger dedicated webhook by node
Representative workflow configuration for Make.com - Trigger dedicated webhook by node.
JSON
{
"automationType": "make_com",
"nodeId": "makecom-trigger-001",
"nodeParams": {
"action": "trigger_make_webhook",
"params": {
"node_id": "064febb3-c40f-4ce3-96c1-96283211d3bc",
"payload": {
"example": "data"
}
}
}
}