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:
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!
Thanks for sharing your interest here, everyone! I've passed your +1s along to our eng team. It does sound like the team plans to scope this out soon, but no promises or timelines to share yet We'll keep sharing updates here as we have any new news.
Just wanted to follow-up on Kayla's reply that the params workflowApiKey and environment are reserved and unavailable in the urlParams field.
The docs have been updated as well with this info: startTrigger block reference | Retool Docs