huginn / huginn

Create agents that monitor and act on your behalf. Your agents are standing by!
MIT License
43.67k stars 3.78k forks source link

How to send event to telegram bot? #2612

Open calpa opened 5 years ago

calpa commented 5 years ago

I find that I cannot send an event from an agent to the telegram bot, also, I cannot use the telegram agent to trigger another agent.

I want to do these:

  1. Telegram Bot -> Other Agent
  2. Other Agent -> Telegram Bot
dsander commented 5 years ago

I cannot use the telegram agent to trigger another agent.

That is correct, the Agent does not create Events it only consumes them.

What problem are you seeing when you send an Event to the TelegramAgent?