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

email:YourEmailAddress
api_key:YourApiKey
sender:Name of the sender
body:the body of campaign
lists_selected:Names of the Selected List
start_date:Start Date
end_date:End Date

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

sender

Required: The sender of the campaign (must be default sender).

body

Required: The body of the campaign.

lists_selected

Required: The Names of the selected Lists.

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 CampaignId and ScheduleId if successful , or could return with error codes.