Incoming Webhook Trigger
Trigger a workflow with an incoming webhook
How to Trigger Your Workflow with an Incoming Webhook
1. Create a Workflow with one JSON input
2. Publish your workflow
3. Configure the Webhook URL
curl --request POST \
--url 'https://app.airops.com/public_api/airops_apps/YOUR_APP_UUID/webhook_async_execute?auth_token=YOUR_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"custom_parameter": "Custom Value"
}
'Last updated
Was this helpful?