Possibility of Capturing URL parameter

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 :roll_eyes:) 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.

2 Likes

Hey @vinnie!

URL parameter parsing isn't supported in Workflows webhooks at the moment but the dev team is aware that it's blocking for certain use cases. I can let you know here when it's included!

1 Like