How It Works
When your workflow reaches a “webhook and wait” step, it pauses and provides aresume_workflow_url in the webhook payload. Use this URL to resume the workflow with collected variables.
Request URL
Theresume_workflow_url is provided in the webhook payload when your workflow pauses. It follows this format:
Headers
Must be
application/jsonRequest Body
Key-value pairs of variable names and their values to pass back to the workflow
Usage Notes
- Resume URL: Use the exact
resume_workflow_urlprovided in your webhook payload - Variable Names: Must match the variable mappings defined in your workflow’s “webhook and wait” step
- Variable Types: Supports string, number, boolean, and file variables
- Workflow Flow: The workflow will continue from the “webhook and wait” step after receiving the variables