Splunk
  • README
  • Docs
    • OS Migration
    • Resources
    • SSL
    • Settings
  • Integrations
    • Cisco
    • Cloudflare
    • Crowdstrike Integrations with Splunk Enterprise and ES
    • JAVA for DB Connect app
    • Delinea
    • F5 BIG-IP
    • FortiGate
    • Microsoft Azure
    • Integration Netflow with Splunk
    • Splunk Mobile
    • Telegram
    • Tenable
    • Twilio SMS
    • VMware
  • SPL Queries
    • MISC
    • SPL Queries
  • Splunk Deployment
    • Apps & Addons
    • Firewall rules
    • Indexer cluster deployment
    • Splunk Deployment
    • Splunk ES
    • Syslog-ng
    • Universal Forwarder
Powered by GitBook
On this page
  1. Integrations

Telegram

PreviousSplunk MobileNextTenable

Last updated 9 days ago

Bot Token: ######### (replace with your actual token from BotFather).

Chat ID: -######## (the ID of the group or chat, including the - for groups).

URL: Use the Telegram API endpoint without query parameters

https://api.telegram.org/bot<your-bot-token>/sendMessage

Body Format:

{
  "chat_id": "-########",
  "text": "Alert from Splunk:\n$result.*$"
}
Better Webhooks