Hi,
Original question:
When creating a simple webhook and calling it using curl, the webhook returns an error about “application/x-www-form-urlencoded”.
This is resolved by setting the correct Content-Type header to either application/json or application/xml as configured in the Connector.
Follow-up question (am not able to update the title of this post...):
Can the webhook return to the requestor immediatly with a 200 upon creating the Output message, so that the requester doesnt have to wait for the full flow behind the wehbook to complete?