Skip to main content
Conversation History coverage is organized by communication channel. Voice records are currently available from SIP connections.

Voice

Voice coverage currently includes call history from SIP connections. Enable conversation_persistence on a covered SIP connection resource to store and index voice conversation history.

Supported Connection Types

  • ip_connections
  • credential_connections
  • fqdn_connections

Enable

PATCH /v2/credential_connections/{id}
{
  "conversation_persistence": true
}

Disable

PATCH /v2/credential_connections/{id}
{
  "conversation_persistence": false
}

Verify

GET /v2/credential_connections/{id}
The response includes conversation_persistence on the connection resource.

Messaging

Coming soon.

Email

Coming soon.