Datadog

Updated 5 years ago

  1. Open Datadog WebHook page: https://app.datadoghq.com/account/settings#integrations/webhooks
  2. 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


How Did We Do?

Powered by HelpDocs (opens in a new tab)