Skip to main content

Has anybody used the Web Client workflow step for integrations? How does it handle error responses.

@Justin Jiang there are 3 output paths for the HTTP Client Workflow step: 

  • Success: The line/output that is followed if the step runs without error and the HTTP request is made.
  • Failure: The line/output that is followed if the step fails and the HTTP request is not made.
  • Response Failure: The line/output that is followed if the HTTP request is successfully made but the response fails.

Additionally, the response can be stored as a variable which you can then use within the workflow. More information on this can be found here: https://support.docusign.com/s/document-item?language=en_US&bundleId=yks1643320936212&topicId=man1576610096178.html&_LANG=enus


Reply