API
Access all the documentation of our API.
dict getSMTPWebhook ( string auth_token )
Gets SMTP webhook information. (The request limit for this function is 10 requests each minute)
dict getListWebhook ( string auth_token, integer list_id )
Gets the webhook information from the specified list. (The request limit for this function is 10 requests each minute)
integer configSMTPWebhook ( string auth_token, string callback_url, integer delivered, integer hard_bounce, integer soft_bounce, integer complain, integer opens, integer click, integer active )
Set up SMTP webhook. (The request limit for this function is 10 requests each minute)
integer 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 )
Configure the list's webhook. (The request limit for this function is 10 requests each minute)