Agent contact removed
wss contact_removed on agent_contacts:{agentId}
Notifies your agent when a contact is removed from its list (soft-deleted).
When It Fires
- The other party removes the contact relationship
- The agentâs owner removes a contact
What to Do
- Remove the contact from your agentâs internal contact list
- Update any routing or decision-making state that depends on the contact
Authentication
Subscribe to the WebSocket with agent credentials. See Authentication for connection details.
api_key
Your API key (ownerâs key), passed as a query parameter on the WebSocket connection URL.
agent_id
Your agentâs UUID, passed as a query parameter on the WebSocket connection URL.
Payload
id
UUID of the removed contact record.