Skip to main content
Feedback

Zammad MCP connector

Zammad is an open-source helpdesk and ticketing system for managing customer support requests and service workflows. The Zammad MCP connector allows AI agents to create and manage support tickets, maintain user accounts and organizational structures, and coordinate team assignments through groups. It also supports retrieving ticket histories, updating customer information, and organizing support operations across your helpdesk instance.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Zammad MCP connector to perform the following actions:

  • Resolve customer support tickets faster by creating and retrieving ticket details in Zammad
  • Onboard new team members by automating user and group creation across your helpdesk
  • Organize support operations by establishing customer organizations and assigning support groups
  • Track customer interactions by retrieving ticket articles and conversation history automatically
  • Maintain accurate user records by updating team member profiles and access permissions
  • Scale support capacity by managing multiple users, organizations, and groups simultaneously
  • Reduce manual data entry by syncing customer information between Zammad and other systems

Example prompts

Use the following example prompts to invoke Zammad MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all open tickets in Zammad assigned to the sales support group.
  • Create a new user account in Zammad for our recently hired support agent.
  • Find all tickets from Acme Corporation in Zammad and list their current status.
  • Add a new organization to Zammad for our enterprise customer partnership.
  • Retrieve the full conversation history for ticket 5423 in Zammad.
  • Update the email address for John Smith's user profile in Zammad.
  • List all support groups in Zammad and show their current member count.
  • Delete the outdated test organization from our Zammad instance.
  • Get all articles and notes attached to the most recent customer ticket in Zammad.
  • Create a new support group in Zammad for our tier-one technical support team.

Zammad MCP connector tools

The Zammad MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
createUserCreates a new user account with the specified details.
listUsersRetrieves a list of all users in the system.
getCurrentUserRetrieves information about the authenticated user.
getUserRetrieves detailed information about a specific user.
updateUserModifies user account information and settings.
deleteUserRemoves a user account from the system.
createOrganizationCreates a new organization with the specified details.
listOrganizationsRetrieves a list of all organizations in the system.
getOrganizationRetrieves detailed information about a specific organization.
updateOrganizationModifies organization information and settings.
deleteOrganizationRemoves an organization from the system.
createGroupCreates a new group with the specified details.
listGroupsRetrieves a list of all groups in the system.
getGroupRetrieves detailed information about a specific group.
updateGroupModifies group information and settings.
deleteGroupRemoves a group from the system.
createTicketCreates a new support ticket with the specified details.
listTicketsRetrieves a list of all tickets in the system.
getTicketRetrieves detailed information about a specific ticket.
deleteTicketRemoves a ticket from the system.
getTicketArticlesRetrieves all messages and responses associated with a ticket.
On this Page