Pular para o conteúdo

Healthing Chat Webhook

POST
/api/v1/webhooks/healthing-chat/{webhook_id}

Receive webhook events from Healthing Chat.

Webhook URL format: /api/v1/webhooks/healthing-chat/hc_{tenant_id}_{channel_id}

Healthing Chat sends webhooks as JSON: { “event”: “message_created”, “account”: {…}, “inbox”: {…}, “conversation”: {…}, “message”: {…}, “sender”: {…} }

webhook_id
required
Webhook Id
string

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string