How to add message node when api call timesout?

Hi,
I am trying to add a message node when api in the service node timesout. As there is timeout in the advance controls, i have set it to 20 and now to want to add message node which which is triggered when the api call timeout. How to i do it? if it is using the connection then what will be the condition?
Please help me in this.
Thank you

@15cs050, when the service node is hit and time out happens, the bot context should contain the details of the service response which should be handy for the developer to define transitions. You could either define the transition conditions by status code or any other key at the response body to present a relevant message to the user.

1 Like

thank you for the suggestion @Subrahmanyam :smile:
this might solve my problem.