post https://webhook.botpress.cloud/{webhookId}/agent-assigned
This endpoint is triggered when an agent is assigned to a conversation.
Log in to see full request history
Response
200Agent assignment successfully processed.
This endpoint is triggered when an agent is assigned to a conversation.
200Agent assignment successfully processed.
xxxxxxxxxx
curl --request POST \
--url https://webhook.botpress.cloud/YOUR_WEBHOOK_ID/agent-assigned \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!