Create Mail Job
Name | Description |
---|---|
HTTP Method | POST |
URL | https://api.newsweaver.com/v2/{account code}/issue/{issue id}/mailings |
Query Parameters | N/A |
Request representation | Mail Job Entity |
Response representation | Status Entity |
Success Response Code | 202 Accepted |
Errors
403 - Forbidden
if API user doesn't haveCREATE
access toSEND
409 - Conflict
error if the mail job is not valid. Examples of validation errors:- No targets specified or the targets do not exist
- No sender details (from name/address not specified and not defaults exist)
- No subscribers are matched (e.g. tag is empty or all subscribers have received the issue already)
- Email quota has been exceeded
- Common errors (user/account authentication errors, API usage limit errors)