Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. NoVariable NameDescriptionDefault value
    1responseThe response text to be sent as successful response 
    2faultThe response text to be sent as invalid response 
    3statusCodeThe HTTP status code202 for successful response, 500 for invalid response
    4contentType

    The content type of response 

    text/plain
    5restWebhook.response.fileLocationresponseContentTypeLocation of the files sent with the response


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.

...