EYEmails services are available through our web API. EYEmails API allows to add list for your client emails, send email campaigns lists and send sms, as well as getting statistics about your sent campaigns (clicks and views).
To authenticate with Eye Mails API ,the process is easy. With any request you must send 2 parameters that are required. First is your email (the email you use to sign in), to know your account that are currently using, and the second is a valid API key that you can generate (usually 22 characters).
Pass these credentials in every process as shown below:
The Mailer API that lets you use EyeMails to send your transactional emails like welcome letters, password resets, and account activations. To send a transactional email, just POST to https://eyemails.com/api/developer/ with the data based on each method
Sends Emails to a list using scheduleId. Returns success message if successful.
Sends Emails to a list using scheduleId and Names of lists. Returns success message if successful.
Create Campaign and save it. Returns scheduleId if successful.
The List API lets you use EyeMails to create lists and send your transactional emails to lists. To send a transactional email, just POST to https://eyemails.com/api/developer/ with the data based on each method
Create List and save it. Returns success message if successful.
Import Emails to a List. Returns success message if imported successfully.
The Statistics API lets you use EyeMails to read statistics clicks and views of your campaign. To send a transactional email, just pass to https://eyemails.com/api/developer/ the parameters based on each method
Get the number of clicks by each email for your campaign. Returns emails and and number of clicks.
Get the number of views by each email for your campaign.Returns emails and and nb of views.
The SMS API that lets you use EyeMails to send your sms for your clients. To send sms, just POST to https://eyemails.com/api/developer/ with the data based on each method
Single SMS:
Send SMS to clients. Returns success message if successful.
Bulk SMS:
Create List and save it. Returns success message if successful.
Import Numbers to a List. Returns success message if imported successfully.
Create campaign and save it with schedule. Returns CampaignId and ScheduleId if successful.
Send SMS to clients. Returns success message if successful.