Manage Call State Updates
EVENTwebhook
Handles updates related to the state of calls in the system, such as starting, updating, or completing a call. This endpoint is crucial for maintaining real-time status of calls between participants. It receives data regarding the specifics of a call, including details such as caller ID, participant identifiers, whether the call is a group or direct call, and the current state of the call (e.g., ringing, accepted, rejected).
Request
Header Parameters
Identificador do negócio
Identificador da instanceia
Identificador do whatsapp conectado
- application/json
Body
Possible values: [call.upsert
]
instance object
Possible values: [active
, inactive
]
Possible values: [refused
, close
, open
]
WhatsApp object
Business object
data object
Possible values: [offer
, ringing
, timeout
, reject
, accept
]
Responses
- 200
The API has successfully received the notification, returning a 200 status to confirm the successful reception.