Skip to content

Initial Messages work as you'd expect

Version 2.1

Did you also wonder why you need to place an On Incoming Message action at the beginning of your telegram chat level? It's because it catches and handles the initial message that started the new session. But why does it still do that if I already responded with a plain and simple Send Message 🤨? Well, it does not anymore mexsunglasses

adaptor:ex Version 2.1.0 comes with some bug fixes and a slight change to the "Default Level" behavior for messenger listeners.

Whenever you use a messengers (Telegram or Twilio) run action before a messengers listen action, the pending initial contact message is discarded. Any following Listener Action in this conversation will wait for the next incoming message like you would probably expect it to.

So you can still react on the initial contact message (or twilio call) but only if the listener is upfront any send type of action of the same conversation.

Confused? Same here. Best just try it out:

sudo npm update -g adaptorex
npm update -g adaptorex
docker compose pull

and

docker compose up -d

Version 2.1 In a nutshell

  • Added random function to embedded functions
  • Fix: Could not change duration of Telegram "is typing" feature
  • Fix: reply option in Telegram On Message not working anymore since version 2.0.
  • A few smaller bug fixes and minor adjustments

Comments