Datadog
- Open Datadog WebHook page: https://app.datadoghq.com/account/settings#integrations/webhooks
- Enter configuration:
URL: https://api-mapper.clicksend.com/http/v2/send.php
Use custom payload: checked
Custom Payload: replace username and key with your ClickSend API credentials. 'to' should be your mobile number.
Username and key are located here:
https://dashboard.clicksend.com/#/account/subaccount
{
"method":"datadog",
"username":"xxxx",
"key":"xxxx",
"to":"xxxx",
"message": "Something happened in Datadog",
}
Encode as form: checked