Send an email

Sends an outbound email message.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
  • The sender's email. Its domain should be one that has been registered and activated in your account.
  • The sender's email address is required while the sender's name is optional. For example, both support@example.com and Sender<support@example.com> work.
string
required
  • The intended recipients' email addresses.
  • Supports a comma-separated list of one or more addresses. Max items: 100.
string
required
length ≤ 255

The email subject, which contains a short string identifying the topic of the message. Max length: 255.

string
required
  • The email body. Max size: 150 KB.
  • Variables in the form of #var_1# are supported, they should be used together with the variables parameter. Variable keys only support letters, digits, and the underline character (_).
  • You can use the Test Templates provided by YCloud for testing.
string

The MIME type of the email content (text/html or text/plain). Be aware that We won't count click and open events for the type text/plain.

variables
array of objects
  • The variable key-value pairs that will replace the variable placeholders in content for each recipient. Variable keys are those that are wrapped with # as placeholders (e.g., #var_1#) in content. The placeholders will be replaced by variable values when sending the email.
  • The size of the array must be the same as the number of recipients in to. Be aware that cc and bcc addresses are excluded, and they can not receive emails that contain variables.
  • This parameter's size will be calculated together with the parameter content. The whole size must not exceed 150 KB.
variables
string

Recipients who will receive a copy of the email.

string

Recipients who will receive a blind carbon copy of the email.

string

If this field exists, then the reply should go to the addresses indicated in that field and not to the address(es) indicated in the from field.

string
length ≤ 70

This is a summary of your email. Max length: 70.

string

A unique (recommended) string to reference the object. This can be an order number or similar, and can be used to reconcile the object with your internal systems.

string

Delivery report URL. You can provide a URL, and we will push the updated status report to your server in time. e.g., https://httpbin.org/anything?tag=api.
Note: We recommend configuring Webhook Endpoints instead.

Response

Response body
object
string
required
length between 6 and 128

Unique ID for the object.

from
object

The sender's email address.

string

Name of the mailbox.

string

Address of the mailbox.

to
array of objects

The intended recipients' email addresses.

to
object
string

Name of the mailbox.

string

Address of the mailbox.

cc
array of objects

Recipients who will receive a copy of the email.

cc
object
string

Name of the mailbox.

string

Address of the mailbox.

bcc
array of objects

Recipients who will receive a blind carbon copy of the email.

bcc
object
string

Name of the mailbox.

string

Address of the mailbox.

replyTo
array of objects

If this field exists, then the reply should go to the addresses indicated in that field and not to the address(es) indicated in the from field.

replyTo
object
string

Name of the mailbox.

string

Address of the mailbox.

string
length ≤ 255

The email subject, which contains a short string identifying the topic of the message.

string
length ≤ 70

This is a summary of your email. Max length: 70.

string

The MIME type of the email content (text/html or text/plain). Be aware that We won't count click and open events for the type text/plain.

text/html text/plain

string

A unique (recommended) string to reference the object. This can be an order number or similar, and can be used to reconcile the object with your internal systems.

string

Delivery report URL. You can provide a URL, and we will push the updated status report to your server in time. e.g., https://httpbin.org/anything?tag=api.
Note: We recommend configuring Webhook Endpoints instead.

date-time

The time at which this message was created, formatted in RFC 3339. e.g., 2022-06-01T12:00:00.000Z.

int32

Total recipients of this message, including to, cc and bcc.

double

Total price of this message.

string

Price currency. ISO 4217 currency code.

Language
Credentials