Skip to main content
Trigger workflow from external apps using a webhook URL. Send a POST request with x-webhook-key header for authentication. Send any JSON data in the request body. It will be available as outputs in the next step of your workflow. Example: curl -X POST ‘https://www.markifact.com/api/webhooks/\{workflow_id}’ -H ‘x-webhook-key: your_webhook_key’ -d ’{“data”: “value”}‘

Inputs

This node takes no inputs.

Output

Type: Dict Returns the JSON payload sent in the webhook request body. Fields: dynamic (depend on the inputs)