Skip to main content

Request Body

emails
ARRAY<OBJECT>
List of individual messages: []
list_id
UUID
Fetch all recipients from a specific list.
template_id
UUID
required
REQUIRED. The design asset to use for this batch.
common_params
OBJECT
Global merge tags shared by all batch recipients.
{
  "list_id": "a0ee-9c0b-1122",
  "template_id": "8c7d-bcde-1122",
  "common_params": {
    "site_url": "https://syntr.io"
  }
}
{
  "success": true,
  "data": {
    "total": 100,
    "sent": 98,
    "failed": 2,
    "details": []
  },
  "message": "Batch processing complete."
}