Telegram Binding - can't send a message

Hello,

I want to use the telegram binding. I am following the instructions to set it up.

Communication via the https command works great.

I have created the binding via the graphical interface and created a rule (telegram action) (simply send a message). When I start the rule, the message does not arrive.

Can you help me?

Hi Kevin,
maybe it helps, if you show us your rule?
When I send telegram, the rules looks like this:

val telegramAction = getActions("telegram","telegram:telegramBot:88e58e9d23")
telegramAction.sendTelegram("Your text goes here")