List/Subscriber Management API
URL:https://api.easysendy.com/rest
Subscribers
>> Subscriber Actions
1.addMultiple - Add Multiple subscriber at once in a list
2.add - Add single subscriber in a list
3. editMulitple - Update Multilple subsciber at once in a list
4. delete - Unsubscribe subscriber from list
5. edit - Update a single subscriber
6. status - Get the subscriber status from a list
Request:
{
"api_key":"72a330bcf9c883f57a5a6362c39219d30d59b0cf",
"list":"ej0889m91572a",
"EMAIL":"nagarjuna@dataaegis.com"
}
Response:
{
"status":"success",
"message":
{
"subscriber_uid":"mn028xh089a77",
"status":"confirmed",
"date_added":"2017-11-21 06:08:13"
}
}
Lists
>> List Actions
1. Create - Create list
2. Delete - Delete a list --(If no subscriber exist)
3. getFields - Get all fields of lists
4. lists - Provide all leads
5. Update - Update your list name and description
Note: Please contact developers@easysendy.com for more information.