Webhooks workflow
When the webhook is activated on a Step, it changes the platform behaviour.
As the Step is reached, the webhook will be called and given full Step context:
- list of actions
- session
The webhook can use the data received (save items in db, write in a spreadsheet, ...), and change the objects received.
When the webhook is finished doing its work, it must send back the list of actions to execute.