# Send transactional campaign
Requires Pro plan

# HTTP method: POST

https://api.sender.net/v2/message/{id}/send

Send a transactional campaign message to a specific email address. This method allows for sending dynamic content using variables and attachments.

id string required

ID of the transactional campaign to send.

recipient_email string required

The email address to which the campaign will be sent.

variables object

A key-value list of dynamic variables to personalize the content.

attachments object

A list of files to attach, where keys are filenames and values are publicly accessible URLs.

Code snippets

Response example

{
  "success": true,
  "message": "Email sent",
  "emailId": "ep2W4y-7pn8o21-YPpLY9PR5Jy9-x7GYQ"
}