API
Access all the documentation of our API.
addSubscriber(string auth_token,integer list_id,dict merge_fields,integer double_optin,integer update_subscriber,integer complete_json)
Parameters
auth_token (string)
Your client authentication token
list_id (integer)
List identifier
merge_fields (dict)
Dictionary that contains the merge tags of the subscriber as keys and the value that will be added to the subscriber.
double_optin (integer)
Activates sending of confirmation email when adding the subscriber. By default=0
update_subscriber (integer)
Modifies the fields in the case of a subscriber who is already on the list. By default=0
complete_json (integer)
Returns a complete JSON with the format {'email': 'email@dominio.es', 'id': 555}. By default=0
Return value
integer