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)

  1. api_key your API KEY, available in Settings.
  2. list the list id you want to unsubscribe a user from. This encrypted & hashed id can be found under View all lists section named ID
  3. subscribers list 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.


CLICK TO TRY ON POSTMAN