@able-queen-43470
I am using messaging api to send request to webhook and I am receiveing webhook payload to the target url But how I send my response to the webhook again to continue the bot flow
Let me give example :
I send payload to messaging api:
{
"userId": "remoteUserId",
"messageId": "remoteMessageId",
"conversationId":"remoteConversationId",
"type": "text",
"text":"Hello I write this",
"payload":{
"foo":"baar"
}
}
I received the first bot response from the bot now after this message my bot want input from my side how I send it back to the webhook