Newer Version Available

This content describes an older version of this product. View Latest

Send e-Sign Contract Action

Send a contract to specified recipients for e-signature.

This action is available in API version 61.0 and later.

Supported REST HTTP Methods

URI
/services/data/v65.0/actions/standard/sendContractForESignature
Formats
JSON, XML
HTTP Methods
POST
Authentication
Authorization: Bearer token

Inputs

Input Details
contractId
Type
String
Description

Required.

ID of the contract to be sent to the recipients for e-signature.

emailTemplateName
Type
String
Description

Required.

Developer name of the email template to send to the recipients.

eSignatureVendorName
Type
String
Description

Required.

Name of the vendor providing the e-signature service.

getDocumentsApexClassName
Type
String
Description

API name of the customer-created Apex class used to get a collection of Apex document records to send for e-signature.

getRecipientsApexClassName
Type
String
Description

API name of the customer-created Apex class used to get a collection of Apex recipient records to send for e-signature.

Output

Output Details
sentContractId
Type
String
Description

ID of the contract that was sent to the recipients.

Usage

Sample Input

This sample request is for the Send e-Sign Contract action.

Sample Output

This sample response is for the Send e-Sign Contract action.