Skip to main content
POST
/
api
/
agent
/
digitalWebhook
Digital engagement webhook
curl --request POST \
  --url http://localhost:3000/api/agent/digitalWebhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "MESSAGES"
}
'

Body

application/json

Digital engagement event payload

eventType
enum<string>

Type of engagement event

Available options:
MESSAGES,
PARTICIPANT_DISCONNECTED,
PARTICIPANT_ADDED

Response

200

Event processed