"For sending multiple responses you will have to utilise the send message API for the bot ""/bot/{botname}/msg"".
Go to this link <https://www.gupshup.io/developer/docs/bot-api/bot-api-ref> --> Expand the bot section --> Scroll down to find the API.
This API takes ""contextobj"" as one of the parameters which can be obtained
- If using the hosted code then 'event' object has this and can be accessed using 'event.contextobj'.
- If using the callback feature then this is sent as one of the additional parameters to the callback.
Comments
0 comments
Please sign in to leave a comment.