post https://webhook.botpress.cloud/{webhookId}/message-from-agent
Receives a message from the agent and forwards it to the bot conversation.
Log in to see full request history
Response
200Message successfully sent to the bot conversation.
Receives a message from the agent and forwards it to the bot conversation.
200Message successfully sent to the bot conversation.
xxxxxxxxxx
curl --request POST \
--url https://webhook.botpress.cloud/YOUR_WEBHOOK_ID/message-from-agent \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!