Footer Section
Explore

Sends a document out for eSignature
curl --request POST \--url https://documentation.conga.com/agreements/:agreementId/sendForESignature \--header 'Accept: application/json' \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"Recipients": [{"id": "0032f000008ADhxAAG","name": "IDE Contact","email": "apttus.comply.automation@gmail.com","signerType": "signers","signerRole": "Signer 1","orderNumber": 1,"objectType": "Contact","EmailTemplateId": "00X2f000000EOyn","ReminderDelay": 2,"ReminderFrequency": 3,"ExpireAfter": 1,"ExpireWarn": 8}],"FileIds": ["06975000000h0yl"]}'
1{2"title": "success",3"status": 200,4"data": true5}