Webhook to publish messages with images to a Telegram chat, group, or channel

  • Instantly when a webhook triggers this task
  • Send a message (telegrambot → send_message_photo)

Automate this task with simple prompts

Copy and paste the following prompts into Botize's AI task editor


Manual Botize



⌾︎

⌾︎





This automation creates a webhook. Inside it, you will find a URL that expects the parameters message and image_url in the request (via POST or GET). When called, it will publish the message to the Telegram chat, group, or channel you specify, and optionally include an image if image_url contains a valid image URL.