API
Access all the documentation of our API.
configListWebhook(string auth_token,integer list_id,string callback_url,integer subscribes,integer unsubscribes,integer hard_bounce,integer soft_bounce,integer complain,integer opens,integer click,integer active)
Parameters
auth_token (string)
Your client authentication token
list_id (integer)
List identifier
callback_url (string)
The callback URL for the webhook
subscribes (integer)
Specify whether you want to be notified of subscriptions (1) or not (0). Optional.
unsubscribes (integer)
Specify whether you want to be notified of unsubscriptions (1) or not (0). Optional.
hard_bounce (integer)
Specify whether you want to be notified of hard bounces (1) or not (0). Optional.
soft_bounce (integer)
Specify whether you want to be notified of soft bounces (1) or not (0). Optional.
complain (integer)
Specify whether you want to be notified of complaints (1) or not (0). Optional.
opens (integer)
Specify whether you want to be notified of opens (1) or not (0). Optional.
click (integer)
Specify whether you want to be notified of clicks (1) or not (0). Optional.
active (integer)
Specifies whether the webhook is active (1) or inactive (0)
Return value
integer