Using Onfleet Webhooks to pass data to a Workflow and to initially establish/register the webhook in Onfleet, you have to respond with a 200 success that includes a string value Onfleet passes in aURL parameter (?check=random-string
rather than a JSON payload ) upon creation.
Is there any way I can reference this in a Workflow response? I see my options are:
startTrigger.data
startTrigger.error
startTrigger.metadata
Can't seem to get any data visible in metadata so I'm not sure what it contains.