Docs

Send Transactional Email via SendGrid Compatibility Layer

Sends transactional email through Routee's SendGrid compatibility layer.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
object

You may add up to ten (10) custom headers in format {"customHeader1Name" : "customHeader1Value", "customHeader2Name" : "customHeader2Value" ...}

object

Optional parameter (object) mail_settings contains a child object : footer

object

The object mail_settings.footer contains two properties reflecting the additional text to be included at the end of HTML or Text message bodies.

string

The html content of footer (partial HTML). If mail_settings.footer is present, this property must contain a valid partial HTML string.

string

If you wish to set a custom footer to be added to plain/text message part of your email, then indicate the string you wish to be appended at the end of your message.

array of object

Personalizations array contains arrays of emailAddresses representing contacts to be included in the "to","cc" and "bcc" headers of your message

array of objectrequired

The array that indicates the recipients of an actual message.

stringrequired

This property holds the actual email address of a recipient. At least one recipient must be indicated in the personalizations.to array to be able to submit a message.

string

Optional string indicating the friendly name to be displayed in the messages "to" header (i.e. "John Doe").

array of object

Optional array of objects indicating recipients to be added to carbon copy of a message. If present, it must contain at least 1 recipient.

stringrequired

If optional personalizations.cc array is present, it must contain at least one recipient with valid email address. This property holds the email address to be included in the "cc" message header.

string

Optional string containing the friendly name of the email address to be added to the carbon copy recipients.

array of object

Optional array of blind carbon copy recipients.

stringrequired

If the optional array of BCC recipients is present, then it must contain at least one valid email address.

string

A friendly name to be used when sending a bcc to the above mentioned email address.

array of object

Optional array of objects containing the file attachments.

stringrequired

A valid file name to be prompted when this attachment is attempted to be saved

stringrequired

A valid MIME type for the content. Please note that not all types of content are allowed by all providers. Most will disallow any executable file such as .cmd, .vbs etc.

stringrequired

Base64 encoded content of the attachment file.

object

Optional object indicating which will be the address to use in case when the recipient replies to the message. If not set, then the contents of **from** objects are used.

string

Optional property indicating the friendly name of the return address to be displayed when the recipient replies to a message.

stringrequired

If the optional reply_to object is present then this property is required. It indicates the actual email address to be used as recipient when a message recipient replies to a message.

string

The subject of the email, up to 144 UTF8 characters. It is not strictly required but it is strongly recommended to fill this property with something meaningful.

objectrequired

This is a required object representing the sender of this message.

stringrequired

This property represents the email address to appear in the "from" message header.

string

Optional friendly name of the sender.

array of objectrequired

Array containing the content of the message divided based on content type (html, text).

stringrequired

This property contains the exact MIME type of the content following. Acceptable values are "text/html" and "text/plain". Other MIME types will be rejected.

stringrequired

This property encapsulates the actual data to be included in the section, i.e. the actual HTML message body or the Text message body.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.