Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

  • 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.fileLocationLocation 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.

...