Skip to main content

Dixa connector

Back to the connector overview, authentication methods, and actions.
23 Sept 2026
data-syncAdded Data Sync support for agent presence, contact endpoints, custom attributes, queues, tags, teams and webhooks, so these collections can be kept in sync on a schedule. Each is returned in full by the API in a single call and syncs as a full refresh. Agents, end users, knowledge collections and templates are not synced, because Dixa returns their next page only as a full URL that a cursor iterator cannot use; conversation flows are not synced because that endpoint is scoped to a single channel at a time.
dixa_list_agents_presence, dixa_list_contact_endpoints, dixa_list_custom_attributes, dixa_list_queues, dixa_list_tags, dixa_list_teams, dixa_list_webhooks
23 Sept 2026
bug-fix breakingConversation search now exposes its full filter schema (field types, operators and the 50-result page limit); filtering on custom-attribute values is no longer supported. Close, reopen, follow-up, tag and team-membership writes now return a confirmation message instead of an empty response.
dixa_add_team_members, dixa_close_conversation, dixa_followup_conversation, dixa_list_agents, dixa_list_end_users, dixa_remove_team_members, dixa_reopen_conversation, dixa_search_conversations, dixa_tag_conversation, dixa_untag_conversation
14 Jul 2026
new-actionsAdded webhook event support for conversation, message delivery, agent moderation, typing, and SLA events (32 events) with programmatic webhook subscription registration.