Footer Section
Explore

curl --request POST \--url https://documentation.conga.com/agreements/:agreementId/sendForReview \--header 'Accept: application/json' \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"EmailTemplateId": "00X11000002NRSuEAO","EmailTo": ["prabkumar@conga.com"],"EmailCc": ["ansharma@conga.com"],"EmailBcc": ["test@gmail.com"],"FileIds": ["06911000001jBKBAA2"],"Protect": false,"ProtectionLevel": "Full Access"}'
1{2"title": "success",3"status": 200,4"data": true5}