Applies to

Bridge by Smartsheet

SendGrid module reference

PLANS

  • Bridge by Smartsheet

Send Email

The Send Email workflow module allows you to email one or more recipients using either plain text or HTML you define in Bridge, or by using SendGrid's dynamic templates, which can be populated from the Bridge workflow.

Send Email fields

Field nameDescription
ToThe email recipients. This can either be a single email, a comma-separated list of emails, or an array of emails supplied by another module.
FromThe email address of the sender.
Email TypeThe type of email that you want to send, either a Custom email where you can specify the email subject and body, or a Dynamic Template email where you can specify the dynamic template and any data source that will be used to replace values in the template.
SubjectThe subject for the custom email.
Plain Text BodyThe contents of the custom email in plain text.
HTML BodyThe contents of the custom email as HTML. The plain text is still required when you give HTML content to help support email clients that do not support HTML.
Template IDThe ID of the template for dynamic template emails.
Dynamic Data

A map of data that links to the dynamic data in the template.

  • The key will match the handlebar reference used in the dynamic template. For example, if you have the following {{subject}} in your template, you pass subject as the key and anything you want as a value.
  • The value can also be an object from other bridge modules so you could have complex references like {{row.cell.Date.value}} when you pass the result of a Get Row module as the dynamic data value.
Advanced OptionsAdditional options that allow you to add additional details or schedule when the email is sent.
Send email at time

Allows you to specify a time, in UTC Unix format, for when the email should be sent from SendGrid.

  • The easiest way to define the correct time is to use our Date/Time extension modules as those modules will return a date/time expressed in the correct Unix format.
CCThe email addresses that will receive a copy of the email. This can either be a single email, a comma-separated list of emails, or an array of emails supplied by another module.
BCCThe email addresses that will receive a blind carbon copy of the email. This can either be a single email, a comma-separated list of emails, or an array of emails supplied by another module.
Reply ToThe email address of the individual who should receive responses to your email.
Was this article helpful?
YesNo