Sets the message text for the recipients, defaults to a generic message if not specified.

Category: Conga Sign

Compatible with: Composer 8

Parameter Name: CSEmailMessage

Parameter Value: [Text]

Parameter Requirements: None

Parameter Description: CSEmailMessage sets the message text for the recipients, defaults to a generic message if not specified.

Because this value is transmitted through the window URL, we recommend that this value be less than 40 characters.

Example:

&CSEmailMessage=[text]

Add Line Breaks in Email Message

You can include line breaks in the email message when using the CSEmailMessage parameter with either DS7=1141 or DS7=1142. Follow the instructions below to include line breaks:

  • If the button begins with "https://composer.congamerge.com", insert %250a in the location(s) where you want the line to break.
  • If the button begins with "/apex/APXTConga4__Conga_Composer?SolMgr=1", insert %25250a in the location(s) where you want the line to break.

Example:

&CSEmailMessage=This is a message.%250aIt has a line break.

The message is displayed as:

This is a message.
It has a line break.