Jitbit

The Jitbit modules allow you to monitor, create, update, send, retrieve, and list the tickets, and users in your Jitbit account.

Getting Started with Jitbit

Prerequisites

  • A Jitbit account - create an account at jitbit.com
The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting Jitbit to Integromat

1. Go to Integromat and open the Jitbit module's Create a connection dialog.

2. In the Connection name field, enter a name for the connection.

3. In the Username and Password fields, enter your Jitbit account's user credentials.

4. In the Subdomain field, enter your account's domain name. For example, if your Jitbit account's URL address is https://www.xyz.jitbit.com, then your subdomain is xyz.

5. Click Continue.

The connection has been established.

Tickets

Watch Tickets

Triggers when new ticket is created.

ConnectionEstablish a connection to your Jitbit account.
LimitSet the maximum number of tickets Integromat should return during one execution cycle.

Create a Ticket

Creates a new ticket.

ConnectionEstablish a connection to your Jitbit account.
Category IDSelect or map the Category ID of the ticket you want to create.
SubjectEnter (map) the subject line of the ticket.
BodyEnter (map) the body text of the ticket.
PrioritySelect or map the priority of the ticket:
  • Critical
  • High
  • Medium
  • Low
User IDSelect or map the User ID who is submitting the ticket.
TagsAdd the tags for the ticket. For example, new.

Get a Ticket

Returns information about the selected ticket.

ConnectionEstablish a connection to your Jitbit account.
Ticket IDSelect or map the Ticket ID whose details you want to retrieve.

Update a Ticket

Updates an existing ticket.

ConnectionEstablish a connection to your Jitbit account.
Ticket IDSelect or map the Ticket ID whose details you want to retrieve.
SubjectEnter (map) a subject line of the ticket.
BodyEnter (map) the body text of the ticket.
Category IDSelect or map the Category ID of the ticket.
PrioritySelect or map the priority of the ticket:
  • Critical
  • High
  • Medium
  • Low
DateEnter (map) the date on which the ticket is created.
Due DateEnter (map) the date by when the ticket must be resolved. 
Technician's IDSelect or map the Technician ID assigned to the ticket.
User IDSelect or map the User ID who created the ticket.
Time Spent In SecondsEnter (map) the time spent working on the ticket in seconds.
TagsAdd the tags for the ticket. For example, new.

Search Tickets

Searches for tickets or lists them all.

ConnectionEstablish a connection to your Jitbit account.
ModeSelect or map the mode of the ticket you are searching for:
  • All
  • Unanswered
  • Unclosed
  • Handle by Me
Category IDSelect or map the Category ID of the ticket you are searching for. For example, General Sales.
Section IDEnter (map) the Section ID to which the ticket you are searching for belongs.
StatusSelect or map the status of the tickets you are searching for:
  • Critical
  • High
  • Low
  • Medium
Ticket CreatorSelect or map the user to search the tickets that were created by the user.
CompanySelect or map the company to search for the tickets that belong to the company.
Ticket PerformerSelect or map the user to search the tickets the user is working on.
Tag NameEnter (map) the tags separated by a comma to search the tickets that match the specified tags.
Creation Date (From)Enter (map) the date to search the tickets that were created on or after the specified date.
Creation Date (To)Enter (map) the date to search the tickets that were Created on or until the specified date.
Last Updated Date (From)Enter (map) the date to search the tickets that were updated on or after the specified date.
Last Updated Date (To)Enter (map) the date to search the tickets that were updated on or until the specified date.
Due in DaysEnter (map) the number of days to search the tickets that are due in the specified days.
Include Custom FieldsSelect whether you want to include the custom fields of the tickets in the result.
LimitSet the maximum number of tickets Integromat should return during one execution cycle.

Users

Watch Users

Triggers when new users are created. Requires "helpdesk-administrator" permissions.

ConnectionEstablish a connection to your Jitbit account.
LimitSet the maximum number of users Integromat should return during one execution cycle.

Create a User

Creates a new user. Requires "helpdesk-administrator" permissions.

ConnectionEstablish a connection to your Jitbit account.
Email AddressEnter (map) the user's email address.
UsernameEnter (map) the user's username.
PasswordEnter (map) the user's assigned password.
First NameEnter (map) the user's first name.
Last NameEnter (map) the user's last name.
PhoneEnter (map) the user's phone number.
LocationEnter (map) the user's address.
CompanyEnter (map) the user's company name. If the specified company name does not exist, a new company is created. 
DepartmentEnter (map) the department name to which the user belongs to. If the specified department name does not exist, a new department is created.
Send Welcome MailSelect whether you want to send a welcome mail to the user after successfully creating the user.

Get a User

Returns information about selected user. Requires "administrator" or "technician" permissions. 

ConnectionEstablish a connection to your Jitbit account.
User IDSelect or map the User ID whose details you want to retrieve.

Update a User

Updates an existing user. Requires "administrator" or "technician" permissions.

ConnectionEstablish a connection to your Jitbit account.
User IDSelect or map the User ID whose details you want to update.
Email AddressEnter (map) the user's email address.
PasswordEnter (map) the user's password.
UsernameEnter (map) the user's username.
First NameEnter (map) the user's first name.
Last NameEnter (map) the user's last name.
NotesEnter (map) the additional information about the user.
PhoneEnter (map) the user's phone number.
LocationEnter (map) the user's address.
DepartmentEnter (map) the department name to which the user belongs to. If the specified department name does not exist, a new department is created. 
DisabledSelect whether the user is disabled.
CompanyEnter (map) the user's company name. If the specified company name does not exist, a new company is created. 
Enable Email NotificationsSelect whether you want to enable the email notification for the user.

Search Users

Searches for users or lists them all. Requires "helpdesk-administrator" permissions.

ConnectionEstablish a connection to your Jitbit account.
List ModeSelect the list whose users you were searching for:
  • All
  • Admins
  • Disabled
  • Regular
  • Technicians
Department IDEnter (map) the Department ID to search the users that match the specified department.
Company IDSelect or map the Company ID whose users you were searching for.
LimitSet the maximum number of users Integromat should return during one execution cycle.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Jitbit account.
URL

Enter a path relative to https://[YourSubdomain].jitbit.com/helpdesk/api. For example: /TicketsFor the list of available endpoints, refer to the Jitbit API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - List Users

The following API call returns all the users from your Jitbit account:

URL:

/Users

Method:

GET

Matches of the search can be found in the module's Output under Bundle > Body

In our example, 3 users were returned:


Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.