Sending a Document for Signatures
This API allows you to send the agreement document for manual signatures.
API |
Signature |
---|---|
sendForSignature |
|
Request Parameters |
|||
---|---|---|---|
Name |
Type |
Description |
Required |
primaryContactID |
|
The id of the primary contact. |
Yes |
emailCc |
|
The email ids of the recipients you need to CC in the email. |
Optional |
emailBcc |
|
The email ids of the recipients you need to BCC in the email. |
Optional |
emailAdditionalTo |
|
The email ids of the recipients you need to send the email. |
Yes |
emailTemplateId |
|
The id of the email template that you need to use to send the email. |
Yes |
agreementId |
|
The id of the document that is to be signed. |
Yes |
attachmentIds |
|
The ids of the documents that are to be signed. |
Yes |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
Indicates whether the agreement was sent for signatures successfully. |
Code Sample
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.
API Prerequisites
None.
Request/Response XML
Example Request
Example Response