Incoming Webhook
Call this webhook using a GET HTTP Request to trigger a workflow.
Parameters
URL
Copy this URL to trigger the workflow in your own client.
Example:
`https://api.zparse.io/workflow/e/h/xxx/yyy`
Public
Make your workflow public, if checked no security header check is performed.
Output
Trigger
Path to rest of the workflow.
Tracker
ID of the tracker to follow up on your workflow execution. See tracker API
Header: Auth
Forwarded header
X-ZPARSE-IO-AUTH
Header: Attribute
Forwarded header
X-ZPARSE-IO-ATTR
Response
Tracker ID to follow up on workflow execution. See tracker API
Example:
{ "tracker_uuid": "xxx-yyy-zzz" }
Usage
See API reference: Incoming Webhook