Zammad Make integrationAutomate Zammad with Make.
Your helpdesk can do its own paperwork. The Zammad Make integration gives you 11 modules (8 actions, 3 searches) to open, read and update tickets and organizations without code. This guide walks support leads and ops people through the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Zammad Make integration do for your support team?
The Zammad Make integration links your Zammad helpdesk to Make, a visual tool where you build a scenario (the automation itself) out of modules, one brick per task. Zammad's modules act on tickets, organizations and users: they create, read, change or look things up, and Make passes the result to the next app in the chain.
Tickets that open themselves. A request lands somewhere else (a form, a spreadsheet row, an order problem in your shop) and Create a Ticket turns it into a proper Zammad ticket, so nobody retypes it.
Customer accounts that stay in sync. When a company signs up in your CRM, Create an Organization adds it to Zammad; when its details change, Update an Organization follows. Agents see the right account on every ticket.
Reports built from real conversations. Search Tickets pulls the tickets you care about, and List Ticket Articles reads the messages inside each one, ready to copy to a sheet or hand to an AI summary step.
One thing to know up front: Zammad has no trigger module in Make. Nothing in Zammad can start a scenario by itself, so you start it on a schedule or from another app's trigger. There is no generic API call module either, so you stay within these 11 modules. If you prefer self-hosted automation, the Zammad n8n integration covers the same helpdesk, and n8n vs Make helps you pick. New to the editor? Make training starts from zero.
How do you connect your Zammad account to Make?
- 01
Add a Zammad module and open the connection
In your scenario, add any Zammad module, then click Create a connection. A connection is your Zammad account linked to Make once; every Zammad module you add later reuses it.
- 02
Name it so you can find it again
The Connection name field is optional, but worth filling in. If you run a test instance and a live one, a name like "Zammad production" saves you from updating tickets in the wrong place.
- 03
Paste your credentials
Zammad accepts a username and password, an access token, or an OAuth2 token. Enter what you copied from your Zammad account, or follow the instructions Make shows on screen, then save.
Your first scenario: tidy up tickets on a schedule
GoalWhen the scheduled run starts, Make searches your Zammad tickets and updates each one it finds.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big +. Since Zammad has no trigger, your first module will be a search that Make runs on a schedule.
- 02
Add Search Tickets
Search for Zammad, pick Search Tickets and select the connection you just made. Describe which tickets you want back. Make lists what it can read from Zammad once the connection works.
- 03
Add Update a Ticket
Click the + on the right of the search and add Update a Ticket. Map the ticket from the search into it (mapping means dragging a value from one module into a field of the next), then set the change you want applied to every ticket found.
- 04
Test with Run once
Click Run once. Each ticket the search returns travels as a bundle (one item passed to the next module), and you can open the bundles to check what the update received before trusting it.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default; keep that or pick your own interval. Then switch the scenario on and let it work.
The 11 Zammad modules, and when to reach for each
Zammad gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create an Organization
ActionIn Make“Creates a new organization.”
Adds a company to Zammad so its people and tickets can be grouped under one account.
Create a Ticket
ActionIn Make“Creates a new ticket.”
Opens a fresh ticket in Zammad from data another module hands over, so the request lands in the queue your agents already work from.
Delete an Organization
ActionIn Make“Deletes an organization.”
Removes an organization from Zammad for good.
Get an Organization
ActionIn Make“Gets an organization.”
Fetches one organization you already know, so later modules can use its details.
Get a Ticket
ActionIn Make“Retrieves details about a ticket.”
Reads the details of a single ticket when you already have its reference.
Get a User
ActionIn Make“Retrieves details about a user.”
Returns the details of one Zammad user, whether customer or agent, based on the reference you pass in.
Update an Organization
ActionIn Make“Updates an organization.”
Changes an existing organization so Zammad reflects what the rest of your tools know about the customer.
Update a Ticket
ActionIn Make“Updates a ticket.”
Edits a ticket that already exists, the workhorse for keeping the helpdesk in line with what happens elsewhere.
List Ticket Articles
SearchIn Make“Retrieves articles of a given ticket.”
Brings back the articles of one ticket, meaning the messages and notes exchanged on it, each as its own bundle.
Search Organizations
SearchIn Make“Searches organizations by given criteria.”
Looks through your organizations with the criteria you set and returns zero, one or several matches.
Search Tickets
SearchIn Make“Searches for a ticket.”
Finds the tickets that match your search and sends each one down the scenario separately.
Need help automating Zammad with Make?
A person reads every message.