https://discord.gg/botpress logo
How I send the response back to message api
# 🤝help
g
@able-queen-43470 I have sent the payload to webhook with pay load , I am receiving the response from the bot with this payload, My question is how I again send the response to the bot after getting the first bot response e.g, At first I send payload to messaging api { "userId": "remoteUserId", "messageId": "remoteMessageId", "conversationId":"remoteConversationId", "type": "text", "text":"Hello I write this", "payload":{ "foo":"baar" } } I get this and my first messge triggerd, and now bot want the input from me, how I send it back to webhook https://webhook.botpress.cloud/8a3e83b8-afa4-43c7-9e1d-66b27e9c623c
2 Views