The standard Conga Composer dialog includes the option to generate the desired merge output and attach it directly to an outbound Salesforce email message or Conga Email Template. This feature can greatly reduce the time required to otherwise generate a merge file, save it to disk, launch an email message and attach the file.

The Email Parameters work with Conga's integration with SendGrid.

Here’s an example that would be applicable to a Conga Composer button contained on a Case. It specifies who to address the Email to, establishes the Related object, specifies the Additional To and CC fields, and then specifies an Email Template.

https://composer.congamerge.com
?SessionID={!API.Session_ID}
&ServerURL={!API.Partner_Server_URL_290}
&Id={!Contact.Id}&TemplateId=01H500000005t
&EmailToId={!Contact.Id}
&EmailRelatedToId={!Case.Id}
&EmailAdditionalTo={!Case.OwnerEmail}
&EmailCC=support@mycompany.com
&EmailTemplateId=00X60000000vrZ4

Parameters

  • CETFilter specifies the where clause to filter the list of email templates that display in the Conga Composer interface.
  • CongaEmailTemplateGroup specifies the group of email templates to display in the Conga Composer interface.
  • CongaEmailTemplateId specifies a Conga Email template.
  • EmailToId specifies the email recipient's ID.
  • EmailTemplateId specifies the template ID for the email.
  • EmailCC specifies the value of the Carbon Copy (CC) field.
  • EmailAdditionalTo specifies an Additional To field value.
  • EmailBCC specifies an Email Blind Carbon Copy (BCC) value.
  • EmailFromId specifies an organization-wide address as the sender of the email.
  • EmailLetterheadId specifies the Salesforce email letterhead.
  • EmailRelatedToId specifies the value of the Related To field.
  • EmailReplyToId specifies the ID of the reply-to address.
  • EmailSubject specifies the value of the Subject field.
  • EmailTemplateAttachments saves attachments stored with the email template.
  • EmailUseSignature includes the sender's user signature in the email.
  • SETI relates email activity history (including enhanced email) to the Contact while using a custom email address if a solution does not specify an EmailTold.