WEBHOOKS
Add a new Webhook
Add a new webhook with the given configuration. Setup of webhooks can be done on the Settings > Webhooks page in your SMTP2GO control panel.
post/webhook/add
Request body
Response
Webhook added
Example response
{
"data": {
"url": "https://example.com/test-webhook"
},
"request_id": "4b661d88-6b2d-11eb-8bb3-f23c92bb31d2"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.