# Extract the next new post in a public channel — Telegram Public Channels Botize method — `public_channels.new_post` (trigger). It is triggered every time there is a new message on a Telegram Public Channel. - Can search for whole words or text strings. - Can distinguish upper and lower case. - Keywords are not case sensitive. - You don't need to register a Telegram bot. - You don't need to subscribe to the channel This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `channel_link` *(string)* — Public Channel link It also accepts repeatable field groups, with these prefixes: `filter_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{post_id}}` *(int)* — Post Id. Unique identifier for the post or message - `{{chat_id}}` *(int)* — Chat Id. Unique identifier for the chat where the post was published - `{{url_message}}` *(text)* — URL Message. URL address of the published message - `{{message}}` *(text)* — Message. Content of the published message - `{{message_html}}` *(text)* — Message HTML. Message in HTML format if the message includes HTML tags. If not, the content of this tag is identical to that of the {{message}} tag - `{{buttons_html}}` *(text)* — Buttons HTML. Buttons in HTML format if the message incñude buttons - `{{post_datetime}}` *(text)* — Post Date-time. Date and time when the post was published - `{{image_url}}` *(text)* — Image URL. URL address of the image related to the post, video or post file - `{{media_type}}` *(text)* — Media type. Type of the attached media: photo, video, voice, sticker, document. Empty if the post has no attached media (e.g. text-only or poll-only post) - `{{media}}` *(array)* — Media. Array containing information about the images attached to the post - `{{media.0}}` *(text)* — Media 1. URL of the first image attached to the post (if applicable). This URL coincides with the one indicated in the {{image_url}} tag - `{{media.1}}` *(text)* — Media 2. URL of the second attached image to the post (if applicable) - `{{media.2}}` *(text)* — Media 3. URL of the third attached image to the post (if applicable) - `{{media.3}}` *(text)* — Media 4. URL of the fourth attached image to the post (if applicable) - `{{media.4}}` *(text)* — Media 5. URL of the fifth attached image to the post (if applicable) - `{{media.5}}` *(text)* — Media 6. URL of the sixth attached image to the post (if applicable) - `{{media.6}}` *(text)* — Media 7. URL of the seventh attached image to the post (if applicable) - `{{media.7}}` *(text)* — Media 8. URL of the eighth attached image to the post (if applicable) - `{{media.8}}` *(text)* — Media 9. URL of the ninth attached image to the post (if applicable) - `{{media.9}}` *(text)* — Media 10. URL of the tenth attached image to the post (if applicable) ## This app Every trigger and action for Telegram Public Channels: https://botize.com/en/app/public_channels.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/public_channels/new_post