Create a webhook server with Flask to forward Datadog alerts to Telegram
Project description
Datadog to Telegram webhook
Provides a basic authenticated webhook to forward alerts from Datadog to Telegram
Requirements
- A Datadog account
- A Telegram account
Quickstart
Datadog
- Set up a Datadog Webhook integration
- Create a new webhook with the following URL:
https://<your-server-host>:8080/telegram/<telegram_chat_id> - Use basic authentication credentials matching the ones configured on the server (see below)
- Use the webhook in your Datadog monitors by adding
@webhook-<webhook_name>in the notification body
Telegram
- Create a Telegram bot via BotFather and note the API token
- Get your chat ID by messaging your bot and visiting:
Thehttps://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdateschat.idfield in the response is your chat ID
Webhook server
-
Install dependencies:
uv sync
-
Configure the following secrets either as environment variables or as Docker secrets in
/var/run/secrets/:Environment Variable Docker Secret Description WEBHOOK_FLASK_SECRET_KEYwebhook_flask_secret_keyFlask secret key for sessions WEBHOOK_BASIC_AUTH_USERNAMEwebhook_basic_auth_usernameBasic auth username WEBHOOK_BASIC_AUTH_PASSWORDwebhook_basic_auth_passwordBasic auth password WEBHOOK_TELEGRAM_BOT_API_TOKENwebhook_telegram_bot_api_tokenTelegram bot API token -
Run the server:
python app.pyThe server starts on
127.0.0.1:8080by default
Example curl:
curl -X POST -H "Content-Type: application/json"\
-d '{
"body": "%%%\n## What happened\n\nLorem ipsum\n\n- - - - - - - - - - - - -\n[[View Security Signal](https://app.datadoghq.eu/security/signals?event=AQAAAZ1Ywej15QMmZwAAAABBWjFZd2VqMUFBQ19SNDg2NGFTSW9BQUE&start=1775308796341&end=1775312396341&utm_source=notification&utm_medium=email,webhook)]\n@webhook-telegram_webhook\n%%%",
"last_updated": "1775320543",
"event_type": "api",
"title": "Alert",
"date": "1775320543",
"org": {
"id": "12345",
"name": "ORG_NAME"
},
"id": "54321"
}' -u "${WEBHOOK_BASIC_AUTH_USERNAME}:${WEBHOOK_BASIC_AUTH_PASSWORD}" http://localhost:8080/telegram/${TELEGRAM_CHATID}
Documentation
publish
uv version VERSION
uv build
uv publish --token=$(op read "op://Private/PyPI/publish_token")
Contribute
Open to any PR/comments/issues
Licence
Copyright 2023 DaisukiXCI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webhook_server-1.0.3.tar.gz.
File metadata
- Download URL: webhook_server-1.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68527bae2a021b6a560fd37d9138601adc0d42a6a32074ba13be4cbdf39a5a91
|
|
| MD5 |
4eac0ea91d4a9e66c5450b8cb28c4c2c
|
|
| BLAKE2b-256 |
0f2c933a7907a745d06da1d93d2203a10be6fe5c9f1971155125ff909e422d27
|
File details
Details for the file webhook_server-1.0.3-py3-none-any.whl.
File metadata
- Download URL: webhook_server-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f35191704a5857540c05db4a2711c95878450a2499c4fb9cba2d9422a39fa89f
|
|
| MD5 |
411ec86b57bf7d1ec075263bab4de94a
|
|
| BLAKE2b-256 |
dacac96dfd32b86936ad72860450ce438eea34f25e326afa213074f605a2cfc9
|