Download page How Composer Sends Emails from Salesforce.
How Composer Sends Emails from Salesforce
Sending Emails with a Composer Button
The use cases below describe how emails are sent from Salesforce when using a Composer button.
Using a Salesforce Classic Email Template- Composer uses the standard Salesforce Email service to send the email, the same service as if you were to clickSend Emailfrom the activity history related list in Salesforce Classic.
Composer does not use Salesforce Lightning Email Templates
Using a Conga Email Template- Composer uses the Salesforce Send Email API (sendEmail(SingleEmailMessage emails[])). This is a programmatic email send, and it counts against your daily Salesforce limit of 5,000 emails per day. For more information on the Salesforce Send Email API, seesendEmail().
Using Background Mode (DS7=2)- Composer uses either of the above two options, depending on which email template type you are using (Salesforce Classic Email Template or Conga Email Template).
Using Background Mode (DS7=12)- Composer uses the Salesforce Salesforce Send Email API (sendEmail(SingleEmailMessage emails[])). This is a programmatic email send, and it counts against your daily Salesforce limit of 5,000 emails per day. For more information on the Salesforce Send Email API, seesendEmail().
Sending Emails with Conga Trigger and Batch
Conga uses the Salesforce Mass Email API (sendEmail(MassEmailMessage emails[])) when sending emails via Conga Trigger and Conga Batch.
For more information on the Salesforce Mass Email API, seesendEmail().
Sending Emails with SendGrid Enabled
If you have SendGrid enabled for your Salesforce org, all Conga emails will be routed through SendGrid services and bypass the Salesforce email functionality. Emails will not be counted against your daily Salesforce limit. For more information, seeSendGrid Integration Parametersfor more information.