I was wondering if the webhook starting a Flow can return at the end data within the response boady. At the moment it only informs that a flow has started.
{
“event”: “65bddde3905306c3853d182f”,
“timestamp”: 1706941923138,
“state”: “processing”,
“message”: “A flow run has started for this webhook call”
}
However any error messaging to values I would generate I would like to show to an FE. Is this not possible in flows?
Since Flows run asynchronously, we return a status to show that the webhook was successfully received, but not the end result since that’s not known yet.