Resources · Make integration

ServiceTitan Make integrationAutomate ServiceTitan with Make.

What if every new ServiceTitan job set off the paperwork around it on its own? The ServiceTitan Make integration gives you 13 modules: one trigger, actions and searches. This guide walks field service teams through access, connection and a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the ServiceTitan Make integration automate?

The ServiceTitan Make integration links your ServiceTitan account to Make so that jobs, notes, tasks, attachments and lookups run without copy and paste. You build a scenario, the automation itself, out of modules, each one a single brick such as a trigger, an action or a search.

A follow-up task for every new job. Watch Jobs spots jobs created in ServiceTitan, and Create a Task opens the matching to-do so nobody forgets the callback or the parts order.

Paperwork filed where the technician looks. When a signed form or a photo lands in another tool, Upload an Attachment pins it to the right job, and Create a Job Note adds the context in plain words.

Jobs born from outside requests. A web form or a spreadsheet row can feed Search Customers to find the client, then Create a Job books the work without anyone retyping the address.

Two limits to know up front. Watch Jobs is scheduled, so Make checks for new jobs on the scenario's schedule rather than hearing about them the moment they appear. And access is not instant: ServiceTitan must first add your Tenant ID to Make's application. If something stalls later, the Make troubleshooting guide covers the usual suspects, and the Make training goes deeper on scenario design.

Weighing another tool? The n8n vs Make comparison lays out the criteria side by side.

Connect

How do you connect ServiceTitan to Make?

  1. 01

    Share your Tenant ID first

    Before Make can talk to your account, send your ServiceTitan Tenant ID through the Tally form linked in the Make documentation. Make then adds it to its ServiceTitan application, within 24 hours according to the doc.

  2. 02

    Prepare your credentials

    Once your tenant is added, use an account with ServiceTitan Customer Administrator permissions to create the client credentials Make will use. Connecting through your own custom app also requires a Developer account.

  3. 03

    Create the connection in Make

    Add any ServiceTitan module to a scenario and click Create a connection. Name it if you like, enter the credentials from the previous step, then click Save. Every ServiceTitan module reuses this connection.

First scenario

Your first scenario: a task for each new ServiceTitan job

GoalWhen a job is created in ServiceTitan, Make opens a follow-up task for it.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the big +. Search for ServiceTitan and pick Watch Jobs, then select the connection you set up earlier.

  2. 02

    Set up the trigger

    Fill in the fields of Watch Jobs. Once the connection works, Make lists what it can read in your account, so you pick from menus instead of typing identifiers by hand.

  3. 03

    Add the task

    Click the + to the right of Watch Jobs and add Create a Task. Map data from the job into the task, so each task points back to the work that created it.

  4. 04

    Test with Run once

    Create a test job in ServiceTitan, then click Run once. Open the bubble above each module to read the bundle it received, one bundle per job, and check that the task looks right.

  5. 05

    Schedule and switch it on

    Click the clock on Watch Jobs to set the schedule, every 15 minutes by default and never below 15 minutes on the Free plan. Then turn the scenario on so it keeps running without you.

Triggers

What starts a ServiceTitan scenario

1 module starts a scenario when something happens in ServiceTitan. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by ServiceTitan as soon as it happens.

ServiceTitan1Watch Jobs

Watch Jobs

Scheduled trigger

In MakeTriggers when a new job is created.

Watch Jobs gives your scenario a starting point each time a new job is created in ServiceTitan. Every new job arrives as its own bundle, one item passed to the next module, ready to feed a task, a note or a message in another app.

How it fires
scheduled. Make checks ServiceTitan on the scenario's schedule, every 15 minutes by default, and picks up the jobs created since the last check.
When to use it
any follow-up that should start once dispatch has booked the work, such as alerting a manager or opening a checklist.
Watch out
the module is described for newly created jobs only, so do not count on it to catch edits.
Modules

Every ServiceTitan module in Make

ServiceTitan gives you 12 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.

You can have access to more resources related to this app on the following links

4 modules
ServiceTitan1

ServiceTitan topics on Make community

ActionIn the docs only

This entry points you to community threads about ServiceTitan on Make, where other builders share questions and fixes. The doc lists it among resource links, with no description, rather than as a brick you configure.

When to use it
when a scenario behaves oddly and you want to see whether someone hit the same wall.
ServiceTitan2

ServiceTitan website

ActionIn the docs only

Here you reach the ServiceTitan site itself, handy for account questions that have nothing to do with Make. The documentation files it under links to further resources and gives it no description of its own.

When to use it
when you need to create an account or check a setting on the ServiceTitan side before connecting.
ServiceTitan3

ServiceTitan API documentation

ActionIn the docs only

This link opens the ServiceTitan API reference, the list of endpoints you can call. It pairs naturally with Make an API Call, since the reference tells you which request to send.

When to use it
before building a custom call for something the listed modules do not cover.
Watch out
it is reference reading, not a module that runs.
ServiceTitan4

ServiceTitan page on make

ActionIn the docs only

Think of this as the ServiceTitan hub on the Make website, the place to see the app's modules in one list. The doc groups it with the other resource links and describes nothing further about it.

When to use it
when you want a quick overview of what the app offers before opening the editor.

Other modules

8 modules
ServiceTitan5

Create a Job

Action

In MakeCreates a job.

Create a Job books new work in ServiceTitan from data that starts somewhere else, so your office stops retyping requests. The job appears in your account as soon as the module runs.

When to use it
a service request comes in through a web form or a sheet and should become a real job.
Watch out
pair it with Search Customers first so the job lands on the right client.
ServiceTitan6

Create a Job Note

Action

In MakeCreates job notes.

With Create a Job Note, extra context lands directly on an existing job, where technicians and dispatchers already look. It keeps comments from other tools out of scattered emails.

When to use it
a customer replies to a message or fills a form, and that answer belongs on the job.
Watch out
the note needs a specific job to attach to, so map the job from an earlier module.
ServiceTitan7

Create a Task

Action

In MakeCreates a task in task management.

Create a Task adds a to-do in task management, so follow-ups live next to the rest of the work instead of on sticky notes. Each run creates one task.

When to use it
a new job, a complaint or a missing document should trigger a clear next step for someone on the team.
Watch out
if the scenario runs twice on the same item, you get two tasks.
ServiceTitan8

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call lets you reach any endpoint of the ServiceTitan API with the connection you already have. It covers everything the ready-made modules leave out.

When to use it
you need an update or a lookup that no listed module offers, and the API documentation shows the endpoint for it.
Watch out
you write the request yourself, so keep the API reference open while you build it.
ServiceTitan9

Upload an Attachment

Action

In MakeUploads an attachment to the specified job.

Upload an Attachment pins a file to a specific job, so photos, signed forms and quotes sit with the work they belong to. The file comes from an earlier module, such as a mailbox or cloud storage.

When to use it
a customer emails a picture of the broken unit before the visit.
Watch out
on the Free plan, Make handles files up to 5 MB.
ServiceTitan10

Search Adjustments

Search

In MakeSearches for inventory adjustments or lists them all.

Search Adjustments pulls inventory adjustments out of ServiceTitan, either the ones matching your criteria or the full list. That gives you stock corrections in a form you can send to a sheet or a report.

When to use it
finance or the warehouse wants a record of adjustments outside ServiceTitan.
Watch out
a search can return zero, one or many bundles, and each bundle costs operations downstream.
ServiceTitan11

Search Customers

Search

In MakeSearches for customers.

Search Customers finds clients in your ServiceTitan database, so later modules work on the right record instead of creating duplicates. It is the lookup that usually comes before a job or a note.

When to use it
an incoming request carries a name or contact detail and you need the matching customer.
Watch out
no match means no bundle, so plan what happens then.
ServiceTitan12

Search Receipts

Search

In MakeSearches for receipts or lists them all.

Search Receipts brings receipts from ServiceTitan into your scenario, filtered by your criteria or all at once. Accounting gets the data without exporting anything by hand.

When to use it
you want receipts copied into a bookkeeping tool or a shared spreadsheet.
Watch out
listing everything can produce many bundles, and each one counts as an operation, one module run, on your plan.
Need help

Need help automating ServiceTitan with Make?

A person reads every message.

FAQ

ServiceTitan and Make: common questions

01Is the ServiceTitan Make integration free?
Yes, ServiceTitan is a standard app, so it works on Make's Free plan. That plan allows 2 active scenarios, runs no more often than every 15 minutes, stops each run after 5 minutes and handles files up to 5 MB, with 512 MB of data transfer. Paid plans, Core, Pro, Teams and Enterprise, go down to a 1 minute interval, remove the cap on active scenarios and allow 40 minutes per run. Usage is counted in credits, meaning operations, per month.
02What does the ServiceTitan Make integration need to connect?
You need a ServiceTitan account and your Tenant ID. Start by sending the Tenant ID through the Tally form linked in Make's documentation; Make adds it to its ServiceTitan application within 24 hours. An account with Customer Administrator permissions then creates the client credentials you enter in Make. If you connect through your own custom app instead, a Developer account is also required. After that, Create a connection in any ServiceTitan module and click Save.
03Does the ServiceTitan trigger in Make react instantly?
No. Watch Jobs is a scheduled trigger: Make checks ServiceTitan on the scenario's schedule and collects the jobs created since the previous check. A new scenario checks every 15 minutes by default, which is also the shortest interval on the Free plan. Paid plans can go down to 1 minute. There is no instant, webhook-based ServiceTitan trigger among the listed modules, so plan your process around that delay and do not promise customers an immediate reaction.
04What if a ServiceTitan module is missing in Make?
Use Make an API Call. It calls any endpoint of the ServiceTitan API with the same connection as the other modules, so anything the 13 listed modules skip is still within reach. Check the ServiceTitan API documentation to find the right endpoint and request. If the obstacle is access rather than a missing feature, remember that your Tenant ID must be on Make's application first, which can take up to 24 hours after the Tally form.
05Should ServiceTitan users pick Make or n8n?
It depends on your criteria rather than on a winner. On Make, ServiceTitan offers 13 modules, including a scheduled Watch Jobs trigger and Make an API Call for the gaps, and it runs on the Free plan. n8n often has a node for the same app, so compare the operations you actually need in both before choosing. Running your real job flow through each tool is the fairest way to decide.