← Tools Reference

Dixa

Dixa integration (Communication, Productivity). Imported from open-connector.

API key7 toolshttps://dev.dixa.io
GET
dixa_list_agents
List Dixa agents and admins with optional email or phone filtering.

/v1/agents

4 parameters
ParamTypeRequiredDescription
pageLimitintegeroptionalThe maximum number of results per page. May be used with pageKey between page r…
pageKeystringoptionalThe base64 encoded pagination key returned by Dixa. Do not construct or modify …
emailstringoptionalThe email address filter.
phonestringoptionalThe phone number filter.
GET
dixa_get_agent
Get one Dixa agent or admin by ID.

/v1/agents/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Dixa user ID.
GET
dixa_list_presence
List presence status for Dixa agents and admins.

/v1/agents/presence

GET
dixa_list_end_users
List Dixa end users with optional email, phone, or external ID filtering.

/v1/endusers

5 parameters
ParamTypeRequiredDescription
pageLimitintegeroptionalThe maximum number of results per page. May be used with pageKey between page r…
pageKeystringoptionalThe base64 encoded pagination key returned by Dixa. Do not construct or modify …
emailstringoptionalThe email address filter.
phonestringoptionalThe phone number filter.
externalIdstringoptionalThe external ID filter.
GET
dixa_get_end_user
Get one Dixa end user by ID.

/v1/endusers/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Dixa user ID.
GET
dixa_get_conversation
Get one Dixa conversation by ID.

/v1/conversations/{conversationId}

1 parameter
ParamTypeRequiredDescription
conversationIdintegerrequiredThe Dixa conversation ID.
GET
dixa_list_conversation_messages
List all messages for a Dixa conversation from oldest to newest.

/v1/conversations/{conversationId}/messages

1 parameter
ParamTypeRequiredDescription
conversationIdintegerrequiredThe Dixa conversation ID.