Outgoing Webhook
Will call your backend via webhook using a GET HTTP Request, you will receive information on which node of the graph made the actual call.
You can use this to follow up on workflow execution, and call back tracker API.
Inputs
Trigger
An event that will trigger hook call.
Parameters
URL
URL of your backend
Request payload
tracker_uuid
Tracker ID, see: tracker API.
workflow_uuid
Workflow ID.
hook_uuid
Hook ID, a given workflow can contains more than one hook.
Example:
{
"tracker_uuid": "xxx-yyy-zzz",
"workflow_uuid": "aaa-bbb-ccc",
"hook_uuid": "ggg-kkk-lll"
}