POST to  https://eyemails.com/api/developer/save_campaign  with the following form data:

email:YourEmailAddress
api_key:YourApiKey
sender:Sender of the Campaign
subject:Subject of the Campaign
raw_html:Template of the campaign
start_date:Start Date
end_date:End Date

POST to  https://eyemails.com/api/developer/save_campaign  with the following parameters

sender

Required: The Sender of the campaign.

subject

Required: The Subject of the campaign.

raw_html

Required: The custom HTML to send(campaign template).

start_date

The Start date of the Campaign, will default to the current date if not added.

end_date

The End date of the Campaign,Will default to the current date if not added.

Response:
The API will respond with a unique ScheduleId if successful , or could return with error codes.