...
Code Block |
---|
PUT /v2/EviMail/Batches/{batchid}/Body Content-Type: application/jsontext Authorization: Bearer YOUR_ACCESS_TOKEN { "Body": "Dear {{FirstName}},\n\nWe are excited to offer you an exclusive discount. Use code {{DiscountCode}} at checkout!" } |
Response Example
The endpoint will return an HTTP status code:
...