Category: Conga Sign

Compatible with: Conga Composer 8

Parameter Name: CSEmail[1-10]

Parameter Value: [static email address, or a Salesforce merge field]

Parameter Requirements: CSFirst[1-10] and CSLast[1-10], or CSName[1-10]

Parameter Description: CSEmail[1-10] determines a new Conga Sign Recipient's email address in a transaction. The email address must be in the following format: <username>@<domain>.com.

Use the CSEmail[1-10], CSFirst[1-10], and CSLast[1-10] parameters (or CSName[1-10]) to create a new Conga Sign Recipient that does not already exist as a Contact, Lead, or User record in Salesforce.

Creating and adding a new Conga Sign Recipient to a transaction does not create a Contact, Lead, or User record in Salesforce. It creates a Conga Sign Recipient (custom object) record specific to that transaction only. New Conga Sign Recipients created with Conga Sign integration parameters cannot be added or re-used in other transactions.

The CSEmail[1-10] parameter value can either be a static value, such as john.doe@gmail.com, or a Salesforce merge field that returns an email address (ex: {!CustomObject.Emailaddress}).

Important

You must use the CSEmail[1-10] parameter with either the CSFirst[1-10] and CSLast[1-10] parameters, or use it separately with the CSName[1-10] parameter. You cannot use CSFirst[1-10], CSLast[1-10], and CSName[1-10] together to define a new Conga Sign Recipient.

Example:

&CSEmail1=john.doe@gmail.com

&CSFirst1=John

&CSLast1=Doe

&CSEmail2={!CustomObject.Email}

&CSFirst2=Jane

&CSLast2=Doe