Add Many Subscribers (bulk)
This method allows the api user to subscribe multiple users to a list.
URL
https://mail.tribearc.com/api/subscribers/subscribe-bulk.php
PARAMETERS (POST)
api_keyyour API KEY, available in Settings.listthe list id you want to unsubscribe a user from. This encrypted & hashed id can be found under View all lists section named IDsubscriberslist of name and email (Firstname Lastname, [email protected]) of the subscribers to add to the list. Add name and email per line in your textrea
RESPONSE (json)
Success: {status : true, message : "Subscriber(s) added successfully", list : list_id}
Error: Some fields are missing.
Error: API Key not passed.
Error: List id not passed.
Error: Invalid list id or api_key.
Error: Subscribers list not passed.