Skip to main content
Justin Jiang
Established Contributor
Established Contributor
April 25, 2024
Solved

Web Client in CLM Workflow

  • April 25, 2024
  • 1 reply
  • 182 views

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

    Best answer by Laura.Ferraz

    @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

    1 reply

    Docusign Employee
    April 26, 2024

    @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