Describe the problem/error/question:
I am using telegram node as a trigger. Message trigger works, but Callback trigger is not working.
What is the error message (if any)?
No error message, callback trigger just keeps listening…
Again, message trigger works… this is what i dont understand.
To Reproduce
Adding Telegram Trigger module
Copy webhook (Production URL)
Test the n8n telegram trigger url webhook in postman:
after a few digging… i finally got it to work. sooo, it is not a straight forward trigger… makes sense since it awaits user’s action in telegram. please close this thread. thank you.
i am just using the callback resource which i did not know how to use when i posted this question. now i know how it works. your are using the message resource for the node. i think you just need to make sure your ai node is sending the message to the telegram user, and it should work from there once that user replies