v1

latestSwagger 2.02026-08-0613288149.8 KB
mailings

sends a preview mail. 🔓

sends a preview mail of mailing with given id <br/> Only emails of users from logged in client can be used as receivers<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/>     "receivers": [<br/>         "dick.grayson@gotham.com",<br/>         "jason.todd@gotham.com",<br/>         "tim.drake@gotham.com",<br/>         "damian.wayne@gotham.com",<br/>         "terry.mcginnis@gotham.com"<br/>     ],<br/>     "previewText": " - have a look"<br/> }<br/> </code> <br/> If you do not provide a preview Text it is set to " - PREVIEW"! <br/> <br/>

post/v3/mailings/{id}/sendpreview

Path parameters

idstring required

ID of the mailing

Request body

receiversstring[] required

emails of receivers

previewTextstring

text to be added to the subject

Response

Success

string[] required