Skip to main content
Participant
April 7, 2020
Question

PostSignOption don't work

  • April 7, 2020
  • 1 reply
  • 426 views

Hi, i use the api and in the Method Post: https://api.na1.echosign.com:443/api/rest/v6/agreements

Use this structure, but never redirect after sign.
{
            "fileInfos": [{
                "transientDocumentId": "<<ID>>"
            }],
            "name": "<<NAME>>",
            "message": "Message of the email",
        
            "participantSetsInfo": [{
                "memberInfos": [{
                    "email": "'<<EMAIL>>",
                    "securityOption": {
                        "authenticationMethod": "NONE"
                      }
                }],
                "role": "SIGNER",
                "order": 1
            }],
            "AgreementInfo":[{
                "externalId": "123",
            "postSignOption": "<<URL>>"
            }],
            "PostSignOption":[{
                "redirectDelay": 1,
                "redirectUrl": "<<URL>>"
            }],
            "signatureType": "ESIGN",
            "state": "AUTHORING"
        }

I'm missing something?

This topic has been closed for replies.

1 reply

Participant
April 28, 2023

Did you figure this out?