Function Call:
list_responders
Purpose:
Returns in an array a list of all autoresponder list names to determine usage status . Live, Disabled, Sending Paused or Prevent New Subscription
Parameters:
api_key
Return:
For each autoresponder / list:
name status
List status
0 1 2 3 4 5
Status meaning
0 – LIVE
1 – Disabled
2 – Sending Paused
3 –Prevent New Subscription
Status – if error
Example:
http://example.com/a.php/api/list_responders?api_key=0c68398f
Example return
[[{"name":"Email Delivery Secrets"},{"status":"0"}],[{"name":"temp-arp"},{"status":"1"}],[{"name":"temp-v2"},{"status":"2"}],[{"name":"Introducing #V2"},{"status":"3"}]]