API
Access all the documentation of our API.
batchAddSubscribers(string auth_token,integer list_id,integer update_subscriber,list subscribers_data,integer complete_json)
Parameters
auth_token (string)
Your client authentication token
list_id (integer)
List identifier
update_subscriber (integer)
Modifies the fields in the case of a subscriber who is already on the list. By default=0
subscribers_data (list)
A list of users with dictionaries in JSON that contains the merge tags of the subscriber as keys and the value that will be added to the subscriber. At most you can send 1000 subscribers in one call. For example, [{"email":"usuario1@prueba.es"},{"email":"usuario2@prueba.es"}]
complete_json (integer)
Returns a complete JSON with the format {'email': 'email@dominio.es', 'id': 555}. By default=0
Return value
list