Skip to main content
Archived

Telegram poster

Related products:FME Form
  • December 7, 2017
  • 3 replies
  • 24 views

Forum|alt.badge.img

Hi,

While it is relatively easy to post messages to Telegram with HTTPCaller (as Telegram bot), it would be good to see this functionality wrapped in transformer. (with ability to send pictures, etc).

Also having TelegramReceiver could be very useful to serve bot.

Use case: Direct notifications to your telegram.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • December 7, 2017

For those, like me, who don't immediately understand what "telegram" refers to :-)

https://telegram.org/


juanmahere
Supporter
Forum|alt.badge.img+15
  • Supporter
  • December 19, 2017
Any workaround/guide right now posted about how to post Telegram messages? I love the idea you proposed.

 

Thanks!

 

 


Forum|alt.badge.img
  • Author
  • December 19, 2017
I have only tested the SendMessage method. Register yourself a bot via @BotFather in Telegram, then use token to call https://core.telegram.org/bots/api#sendmessage. You will need to know contact id or char it for bot to post to. First send a message to bot, or invite it to chat room, then look at https://core.telegram.org/bots/api#getupdates method (directly in browser) to see the corresponding contact or chat id.