Skip to main content

I have a Custom actions API in which I have used the messageBody variable in my post request, however, when the flow is triggered on user’s message it always picks the very first msg that user sent in intercom chat widget and passes that to the post request and ignores all subsequent messages. In every subsequent request to my API the first message is being passed in the request body

Hi @Mubina waheed, It’s Mat from the Support Engineering Team 😀

It seem like an expected behaviour as far as I understood but I’ve created an Intercom conversation to look at your setup in details.
Our engineers will try to help you come up with the setup that will be suitable for your needs.

Please continue this thread there.


But I want the messageBody variable to always hold the new user message instead of the first message. How to achieve this?
What i want is that whenever my workflow is triggered it should always pass that specific user msg in the post request of my custom actions api


Reply