Connector: Webhook Connector
Scenario:
An application should start a process by webhook, it triggers the webhook and needs a response code to define if the hook is processed synchronous or asynchronous.
If the response of the webhook is 200 or 201 it expect an immediate result, if 202 it will expect a result later by a rest call wit a specific parameter.
Now back to workflow: the connector can only set response code when used with one time verification …, but in this case it wont start a process. my expectation would be to set the response code in the same matter, but in the response body expression,
maybe this is somehow possible and i haven’t found it yet, but will be great if someone has an idea.