Last updated on
Dec 22, 2021
Objective
How to send an agreement via REST API to the same email address twice?
Steps
Following are the instructions:
- Go to "https://secure.adobesign.com/public/docs/restapi/v6".
- Select the Agreements> POST/agreements option.
- Select the Oauth Access-Token option, and provide necessary scopes.
- Once the access token is added, you can use the following Request Code:
{
"documentCreationInfo": {
"recipientSetInfos": [
{
"recipientSetRole": "SIGNER",
"recipientSetMemberInfos": [{"email": "testemail@email.com"}]
},
{
"recipientSetRole": "SIGNER",
"recipientSetMemberInfos": [{"email": "testemail@email.com"}]
}
],
"signatureFlow": "SEQUENTIAL",
"name": "husband wife",
"signatureType": "ESIGN",
"fileInfos": [
{
"transientDocumentId": "(SAMPLE VALUE)3AAABLblqZhAJ9H6e23kZAfBUbItPvIhHTEyA6eZhziEp4KSntYcULpo43OEXwuWiWa-IM1r1EExYW0044CjCkliP4WFL5yKBUDq5DYSmSxVlFypcD0at8kK-BX-Mu3T9c_3GUqgDg0ArX0MmzWT72GLR_0M4Jq--mtuqGzq-VK1s-WGR6GcbedVY7XWAf3b3h-SpE08Hc-iF3zO7jQzi9newXSl-iW2JJsb_55tggkyxkXAkj74C1WD6KkJzgblK0JU-seh6QPDd0Fv6_mfQe2EPQA31nXj50aXwD_xlUBq7mg5FeaBnZ5bzgoqIWGHkbyeD2taaFdw*"}
]
}
}