make_trigger_webhook
Send a POST request to a Make.com webhook URL to trigger a scenario in real time. Optionally include a JSON payload.
Instructions
Trigger a Make.com scenario by sending a POST to its webhook URL (from make_list_hooks). This FIRES the scenario for real. 'data' is an optional JSON payload sent to the webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The webhook URL to POST to (e.g. https://hook.eu2.make.com/...) | |
| data | No | Optional JSON payload sent to the webhook |