Send SMS

POST to  https://eyemails.com/api/developer/send_sms  with the following form data: email:YourEmailAddress api_key:YourApiKey schedule_id:ScheduleId of your campaign POST to  https://eyemails.com/api/developer/send_sms  with the following parameters schedule_id Required: The scheduleId of the campaign you want to send. Response: The API will respond with a success message if successful , or could return with error codes.
Read More

Scheduled SMS Campaign

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. [...]
Read More

Import numbers to list

Note that these data are in json format: "application/json" POST to  https://eyemails.com/api/developer/import_numbers_to_list  with the following form data: email:YourEmailAddress api_key:YourApiKey list_name:Names of lists you want to import emails to numbers_imported:list of numbers(FirstName,LastName,Number) POST to  https://eyemails.com/api/developer/import_numbers_to_list  with the following parameters list_name Required: The Name of the List numbers_imported Fields Required*: FirstName LastName *Numbers (9613XXXXXX, 96170XXXXXX, 96171XXXXXX, 96176XXXXXX, 96179XXXXXX, 96181XXXXXX) Example: { "api_key":"rkH108igleQfmAquh5NbNw", [...]
Read More

Create SMS List

POST to  https://eyemails.com/api/developer/create_sms_List  with the following form data: email:YourEmailAddress api_key:YourApiKey list_name:Name of the List POST to  https://eyemails.com/api/developer/create_sms_List  with the following parameters list_name Required: The Name of the List. Response: The API will respond with success message if successful , or could return with error codes.
Read More

Send Single SMS

POST to  https://eyemails.com/api/developer/send_single_sms  with the following form data: email:YourEmailAddress api_key:YourApiKey sender:Sender of the Campaign body:the body of campaign number:mobile number POST to  https://eyemails.com/api/developer/send_single_sms  with the following parameters sender Required: The sender of the campaign,it must be approved first. body Required: The body of the campaign (Message). number Required: The receiver number of your sms (one number and should be in [...]
Read More

Statistics

pass to  https://eyemails.com/api/developer/views  the following form data (GET method): email:YourEmailAddress api_key:YourApiKey schedule_id:ScheduleId of your campaign pass to  https://eyemails.com/api/developer/views  the following parameters schedule_id Required: The Id of the schedule of the campaign you want to get the number of views. Response: The API will respond with a list of emails and the number of email who viewed this [...]
Read More

Clicks Statistics

pass to  https://eyemails.com/api/developer/clicks  the following form data (GET method): email:YourEmailAddress api_key:YourApiKey schedule_id:ScheduleId of your campaign pass to  https://eyemails.com/api/developer/clicks  the following parameters schedule_id Required: The Id of the schedule of the campaign you want to get the number of clicks. Response: The API will respond with a list of emails and the number of email who clicked on the [...]
Read More

Import Emails

Note that these data are in json format: "application/json" POST to  https://eyemails.com/api/developer/import_emails_to_list  with the following form data: email:YourEmailAddress api_key:YourApiKey list_name:Name of list you want to import emails to emails_imported:list of emails(FirstName,LastName,Email) POST to  https://eyemails.com/api/developer/import_emails_to_list  with the following parameters list_name Required: The Name of the List. emails_imported Fields Required*: FirstName LastName *Email Example: { "api_key":"rkH108igleQfmAquh5NbNw", "email":"[email protected]", "list_name":"listA", "emails_imported": [ { [...]
Read More

Creating List

POST to  https://eyemails.com/api/developer/create_list  with the following form data: email:YourEmailAddress api_key:YourApiKey list_name:Name of the List POST to  https://eyemails.com/api/developer/create_list  with the following parameters list_name Required: The Name of the List. Response: The API will respond with success message if successful , or could return with error codes.
Read More

Creating Campaign

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 [...]
Read More