This trigger fires when a new message is posted in a public channel where you are an admin. The @IFTTT bot must also be an admin in the channel.
Developer info
API endpoint slug
telegram.new_channel_text
Trigger fields
Chat Dropdown list
Label
Which channel?
Helper text
Both you and <a href="https://telegram.me/ifttt" target="_blank">@IFTTT</a> must be admins in the channel. Use the <a href="https://telegram.me/ifttt" target="_blank">@IFTTT</a> bot to <a href="https://telegram.me/ifttt?start=c" target="_blank">connect new channels</a>.
Slug
chat_id
Required
true
Can have default value
false
Ingredients
Posted at
Date and time the message was posted.
Slug
created_at
Filter code
Telegram.newChannelText.PostedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Channel title
The title of the channel.
Slug
channel_title
Filter code
Telegram.newChannelText.ChannelTitle
Type
String
Example
Bot News Channel
Channel username
The username of the channel.
Slug
channel_username
Filter code
Telegram.newChannelText.ChannelUsername
Type
String
Example
BotNews
Author name
The author's name, when available.
Slug
author_name
Filter code
Telegram.newChannelText.AuthorName
Type
String
Example
Pavel Durov
Post text
The plain text contents of the post.
Slug
text
Filter code
Telegram.newChannelText.PostText
Type
String
Example
Hello world!
Post html
The HTML-formatted message contents.
Slug
html
Filter code
Telegram.newChannelText.PostHTML
Type
String
Example
Hello <b>world</b>.<br/>This string <i>can</i> contain <pre>some</pre> HTML <code>tags</code>.
Post url
Public URL to the post. User must be logged in to Telegram to view contents.