- Home
- Resources
- Integrations
- BoldDesk
BoldDesk Make integrationAutomate BoldDesk with Make.
Support tickets that open, update and answer themselves? The BoldDesk Make integration gives you 26 modules: 11 triggers, 12 actions and 3 searches. This guide is for support leads who know BoldDesk and want a working scenario without code.
Verified Trustpilot reviews · AI, automation & growth agency
What can the BoldDesk Make integration do for your support team?
The BoldDesk Make integration links your help desk to the other tools you use, with no code. In Make you build a scenario, the automation itself, out of modules: each module is one brick, like a trigger that spots a new ticket or an action that writes a reply. BoldDesk brings 26 of them, covering tickets, contacts and contact groups.
Requests that land in the right place. A message arrives through another app, and Create a ticket files it in BoldDesk so no request lives only in someone's inbox.
A contact list that stays clean. Watch new contacts spots each person added in BoldDesk, and your CRM or spreadsheet receives the same record. Going the other way, Search contacts checks whether someone already exists before Create a contact adds them.
Replies and notes that write themselves. When Watch ticket replies sees an answer go out, a scenario can log it elsewhere; Create a ticket note leaves an internal trace your agents read without the customer seeing it.
Know the limits before you start. Every BoldDesk trigger is scheduled, so Make checks for changes on a timer instead of hearing about them instantly. Anything the 26 modules skip goes through Make an API call. The Make review gives the wider picture, and n8n vs Make helps if you are still choosing a tool. If you would rather hand the build to someone, see the Make agency.
How do you connect your BoldDesk account to Make?
- 01
Create an API key in BoldDesk
In BoldDesk, click your profile avatar, open View profile and Settings, then the API Keys tab. Click Create API Key, give it a name you will recognize, confirm, and copy the key displayed. You need a licensed agent account for this.
- 02
Add a BoldDesk module in Make
Open your scenario in Make, add any BoldDesk module and click Create a connection. A connection is your BoldDesk account linked to Make once, then reused by every BoldDesk module. The Connection name field is optional but handy.
- 03
Paste the key and save
Paste the API key you copied, follow what Make shows on screen and save. From then on, Make can read your tickets and contacts, and the module fields fill with lists you can pick from instead of typing IDs.
Your first scenario: turn incoming requests into BoldDesk tickets
GoalWhen a request arrives in another app, Make opens a matching ticket in BoldDesk.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Pick the app where requests arrive first, such as your form tool or inbox, and choose its trigger module.
- 02
Add Create a ticket
Click the + on the right of that first module, search for BoldDesk and pick Create a ticket. Click Create a connection and paste your API key if this is your first BoldDesk module.
- 03
Map the request into the ticket
Fill the ticket fields by clicking into each one and choosing data from the first module, like the sender and the message text. Make lists what it can read from BoldDesk once the connection works.
- 04
Test with Run once
Send yourself a test request, then click Run once. Each module shows the bundles it received, a bundle being one item passing through, here one request. Open BoldDesk and check the new ticket.
- 05
Schedule it and switch it on
Open the clock on the first module to set how often it runs, every 15 minutes by default. Then switch the scenario on. Each module run counts as an operation, the unit Make bills against your plan.
Which BoldDesk triggers can start a scenario?
11 modules start a scenario when something happens in BoldDesk. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by BoldDesk as soon as it happens.
Watch contact groups
triggerIn the docs onlyHands your scenario the contact groups BoldDesk holds, so you can mirror them in another tool. The doc gives no description, and the name alone does not say whether it covers new groups, edited groups or both.
Watch contacts
triggerIn the docs onlyGives you BoldDesk contacts as bundles, one person per bundle, ready to copy into a CRM or a sheet. Without a description in the doc, treat it as the general contact watcher and confirm what it returns on your own account.
Watch new contact groups
triggerIn the docs onlyTells your scenario, at its next scheduled check, that a contact group was created in BoldDesk. That lets a newly set up group appear in your other tools without anyone retyping it.
Watch new contacts
triggerIn the docs onlyBrings every freshly added BoldDesk contact into your scenario, so the person exists in your CRM or mailing list too. It is the cleanest starting point for a one-way contact sync.
Watch new tickets
triggerIn the docs onlyPuts each ticket opened in BoldDesk into your scenario, so you can alert a channel, log it in a sheet or send an extra reply. For most people this is the first trigger worth trying.
Watch ticket notes
triggerIn the docs onlySurfaces the internal notes agents leave on tickets, the comments customers never see. That turns private context into something your scenario can route, store or escalate.
Watch ticket replies
triggerIn the docs onlyCatches replies posted on BoldDesk tickets and passes each one along as a bundle. You get a record of every answer outside the help desk, which helps with reporting or quality review.
Watch tickets
triggerIn the docs onlyReturns BoldDesk tickets to your scenario as bundles, one ticket each, without narrowing to new or updated in its name. The doc does not describe it, so confirm on your account what it returns.
Watch updated contact groups
triggerIn the docs onlyPicks up contact groups that someone changed in BoldDesk, so a renamed or edited group stays in step with your other tools. Creations are left to its sibling trigger.
Watch updated contacts
triggerIn the docs onlyNotices contacts edited in BoldDesk and forwards the changed record, so a record an agent corrected reaches your CRM as well. It keeps two systems from drifting apart.
Watch updated tickets
triggerIn the docs onlySends your scenario each BoldDesk ticket that changed, which is how you react when a ticket moves forward rather than when it opens. Useful for follow-ups and alerts after the first contact.
What else can Make do in BoldDesk?
BoldDesk gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a contact
ActionIn the docs onlyAdds a person to BoldDesk from data your scenario already has, so agents see a known customer instead of a stranger when that person writes in.
Create a contact group
ActionIn the docs onlySets up a new contact group in BoldDesk straight from a scenario, which saves someone recreating by hand a group that already exists in another tool.
Create a ticket
ActionIn the docs onlyOpens a BoldDesk ticket from anything your scenario receives: a form entry, an email, a row in a sheet. The request lands in the queue your agents already work from.
Create a ticket note
ActionIn the docs onlyWrites an internal note on a ticket, visible to agents only, so context from another tool sits right next to the conversation without the customer reading it.
Create a ticket reply
ActionIn the docs onlyPosts a reply on a BoldDesk ticket, which means the customer gets an answer without an agent typing it. Best kept for messages you would send the same way every time.
Get a contact
ActionIn the docs onlyFetches one BoldDesk contact when you already know which one you want, giving the rest of the scenario that person's full record to map from.
Get a contact group
ActionIn the docs onlyReads a single contact group from BoldDesk, so the scenario can use what the group holds when it builds a message or a record elsewhere.
Get a ticket
ActionIn the docs onlyLoads the full record of one ticket, which fills the gaps when the module before it only passed along part of the story.
Make an API call
ActionIn the docs onlyReaches any part of the BoldDesk API through the connection you already set up, so you are not stuck when no listed module does the job.
Search contact groups
SearchIn the docs onlyLooks through your BoldDesk contact groups and returns what matches, which is how a scenario finds out whether a group exists before acting.
Search contacts
SearchIn the docs onlyFinds BoldDesk contacts that match what you give it, so you can tell whether a customer is already known before creating or updating anyone.
Search tickets
SearchIn the docs onlyPulls a set of BoldDesk tickets matching your criteria into the scenario, ready for a report, a bulk update or a check before opening a new one.
Update a contact
ActionIn the docs onlyChanges an existing BoldDesk contact with fresher data from another tool, so agents stop working from an outdated profile.
Update a contact group
ActionIn the docs onlyEdits a contact group already in BoldDesk, keeping its details aligned with the account it represents in your other systems.
Update a ticket
ActionIn the docs onlyModifies a BoldDesk ticket from outside the help desk, so a ticket reflects what happened in another tool without an agent touching it.
Need help automating BoldDesk with Make?
A person reads every message.