API
Access all the documentation of our API.
configSMTPWebhook(string auth_token,string callback_url,integer delivered,integer hard_bounce,integer soft_bounce,integer complain,integer opens,integer click,integer active)
Parameters
auth_token (string)
Your client authentication token
callback_url (string)
The callback URL for the webhook
delivered (integer)
Specify whether you want to be notified of deliveries (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