Jitbit Make integrationAutomate Jitbit with Make.
Could your helpdesk tickets move on their own once they land in Jitbit? The Jitbit Make integration gives you 11 modules: 2 triggers, 7 actions and 2 searches. This page is for support leads who want to connect the account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Jitbit Make integration do for your helpdesk?
The Jitbit Make integration links your Jitbit helpdesk to the other tools you use, without writing code. In Make you build a scenario, which is the automation itself: a chain of modules, each one a brick that watches, creates, reads or searches something in one app. Jitbit brings 11 of those bricks.
Tickets that reach the right people. Watch Tickets picks up each new ticket, and the next module can post it to a chat channel, copy it into a spreadsheet or pass it to Update a Ticket so it gets the right details straight away.
A clean user base. When someone signs up in your CRM or form tool, Search Users checks whether they already exist in Jitbit, then Create a User or Update a User keeps a single record per person. A form tool such as the one on the 123FormBuilder Make integration page can feed that flow.
Context before a reply. Get a Ticket and Get a User pull the full record, so a later module can enrich a report or a message with the requester's details.
Know the limits before you start. Make's own documentation for Jitbit is thin and says so openly, and several user modules ask for administrator rights in Jitbit. When a listed module does not cover your case, Make an API Call reaches the rest of the Jitbit API with the same connection. Jitbit often has an n8n node too; the n8n vs Make comparison lays out the differences, and the Make training helps if you are new to the editor.
How do you connect your Jitbit account to Make?
- 01
Add a Jitbit module
In a scenario, click the +, search for Jitbit and pick any of its modules. Then click Create a connection. A connection is your Jitbit account linked to Make once, then reused by every Jitbit module you add.
- 02
Name it and authorize
Give the connection a name if you like, handy when you run several helpdesks. Then follow what Make asks for: either authorize Make on the Jitbit page that opens, or paste the key Jitbit gives you into the field.
- 03
Save and check
Click Save. Make now lists the Jitbit data it can read in the module fields. If the lists stay empty, the account you connected probably lacks the rights that module needs.
Your first scenario: open an onboarding ticket for every new user
GoalWhen a new user is created in Jitbit, Make opens a ticket so your team can welcome them.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the editor to add your first module.
- 02
Add Watch Users
Search for Jitbit, choose Watch Users and click Create a connection. Use an account with helpdesk-administrator permissions, since this trigger requires them.
- 03
Add Create a Ticket
Click the + on the right of Watch Users and pick Create a Ticket. Map the new user's details from the previous module into the ticket fields Make shows you.
- 04
Test with Run once
Create a test user in Jitbit, then click Run once. Each module shows the bundles it received, a bundle being one item passed along, here one user and then one ticket.
- 05
Schedule and switch on
Open the clock on Watch Users: a new scenario checks every 15 minutes by default. Keep that or change it, then switch the scenario on so it runs without you.
What can start a Jitbit scenario?
2 modules start a scenario when something happens in Jitbit. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Jitbit as soon as it happens.
Watch Tickets
Scheduled triggerIn Make“Triggers when new tickets are created.”
Watch Tickets hands every newly created ticket to your scenario, so the rest of the chain can route it, log it or notify someone without anyone copying it by hand. Each ticket arrives as its own bundle.
Watch Users
Scheduled triggerIn Make“Triggers when new users are created. Requires “helpdesk-administrator” permissions.”
Watch Users starts your scenario whenever a new user appears in Jitbit, which is the cue for onboarding, a CRM sync or a welcome message sent from another app.
Which Jitbit modules can you add to a scenario?
Jitbit gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Ticket
ActionIn Make“Creates a new ticket.”
Create a Ticket turns something that happened elsewhere into a support request your agents will see in Jitbit: a form entry, an email, a failed payment flagged by another tool.
Create a User
ActionIn Make“Creates a new user. Requires “helpdesk-administrator” permissions.”
Create a User adds a person to your Jitbit helpdesk from data in another app, so customers or employees exist before they ever open a ticket.
Get a Ticket
ActionIn Make“Returns information about selected ticket.”
Get a Ticket fetches the full details of one ticket you already know, so the following modules work from the real ticket instead of guessing.
Get a User
ActionIn Make“Returns information about selected user. Requires “administrator” or “technician” permissions.”
Get a User returns what Jitbit knows about one selected person, which lets you personalize a message or complete a record in another system.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any part of the Jitbit API that the ready-made modules skip, while reusing the connection you already set up, so there is no new login.
Update a Ticket
ActionIn Make“Updates an existing ticket.”
Update a Ticket changes a ticket that already exists, so information gathered by your scenario lands on the request your agents are working on.
Update a User
ActionIn Make“Updates an existing user. Requires “helpdesk-administrator” permissions.”
Update a User keeps a Jitbit profile in line with the source of truth, for instance your CRM, so agents see current details on each ticket.
Search Tickets
SearchIn Make“Searches for tickets or lists them all.”
Search Tickets finds the tickets that match what you are looking for, or lists them all, and returns zero, one or many bundles for the next modules to process.
Search Users
SearchIn Make“Searches for users or lists them all. Requires “helpdesk-administrator” permissions.”
Search Users looks up people in your helpdesk, or lists everyone, so your scenario can decide whether to create a user or update an existing one.
Need help automating Jitbit with Make?
A person reads every message.