Send a test mail

Use this endpoint to send a test mail to a specific email address.

Body Params

Sends a test mail to a specific email address, using the personalization context for a given user. The following request will send a test mail to [email protected]

string
required

Specify the UUID of the template. The template uuids can be found by querying the index, or from the URL when you view a template in the Blueshift app. For example, in https://app.getblueshift.com/dashboard#/email_template_studio/<TEMPLATE_UUID>/edit/info, the <TEMPLATE_UUID> is the uuid you need.

string
required

Specify the email address of the user whose personalization context we should use to send the test email.

recipients
array of strings

Specify email addresses of the recipients

recipients
string

Specify the name that we should use in the from field of the email.

📘 This is only applicable for the email channel.

string

Specify the email address that we should use as the sender's email address. For example, [email protected].

📘 This is only applicable for the email channel. You can take a look at documentation on SendGrid for reference. If you use a different adapter, you can review its documentation too.

string

Specify the email address to which your customers can reply to, if they want to reply to an email that our platform sends.

📘 This is only applicable for the email channel. You can take a look at documentation on SendGrid for reference. If you use a different adapter, you can review its documentation too.

Responses
200

OK

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json