Telegram Trigger

Trigger workflow from Telegram bot messages and events

Trigger workflow from Telegram bot messages and events

This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.

Configuration

Bot Token*
••••••••
Your Telegram Bot Token from BotFather

Output Schema

Event Payload
messageobject
idnumberTelegram message ID
textstringMessage text content (if present)
datenumberDate the message was sent (Unix timestamp)
messageTypestringDetected content type: text, photo, document, audio, video, voice, sticker, location, contact, poll
rawobject
senderobject
idnumberSender user ID
usernamestringSender username (if available)
firstNamestringSender first name
lastNamestringSender last name
languageCodestringSender language code (if available)
isBotbooleanWhether the sender is a bot
updateIdnumberUpdate ID for this webhook delivery
updateTypestringType of update: message, edited_message, channel_post, edited_channel_post, unknown