Execute sending email

This is helpful for making sure the content is delivered correctly before going live. An acknowledged message with Job ID as below would be returned if success or error if invalid email schedule ID.

Request#

POST /api/v1/email_schedules/<email_schedule_id>/execute

Response#

A job_id will be returned for the case you need Holistics support to have a look into your job.

{ "status": "OK", "job_id": 1 }