This is an external facing endpoint is used to trigger a workflow by sending a webhook request.
The workflow is identified by the path parameter, which is equivalent to the workflow id.
POST
/
webhooks
/
{workflow_id}
/
{secret}
Incoming Webhook
Copy
Ask AI
curl --request POST \ --url https://api.example.com/webhooks/{workflow_id}/{secret}