The REST WebHook is supported in a Custom Template with the POST method. It also allows users to choose the security policy on the WebHook.
...
User can set context variables of the process flow defined for the custom template in use. Process Flow generate an error code if context variable are not defined. The details of these parameters are given below.
S. No Variable Name Description Default value 1 response The response text to be sent as successful response 2 fault The response text to be sent as invalid response 3 statusCode The HTTP status code 202 for successful response, 500 for invalid response 4 contentType The content type of response
text/plain restWebhook.response.fileLocation responseContentType
Sync/Async Mode Handling
- By default, REST WebHook is supported in asynchronous mode. However, to use this in synchronous mode user should send the async parameter with value as false.
...