Resources · Make integration

Streamtime Make integrationAutomate Streamtime with Make.

Can Make keep Streamtime in step with the rest of your tools? The Streamtime Make integration gives you 15 modules, 10 actions and 5 searches, to create jobs, companies, contacts and to-dos from other apps. This page shows you how to connect your account and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Streamtime Make integration let you automate?

The Streamtime Make integration links your Streamtime account to Make, a visual tool where you build a scenario: a chain of modules that runs on a schedule or when another app calls Make. A module is one brick of that chain, here an action or a search in Streamtime. Streamtime has no trigger of its own, so the scenario always starts somewhere else.

Open a job the moment a deal is signed. When your CRM records a new client, Search Companies finds the matching company in Streamtime and Create a Job opens the work under it, so nobody retypes the brief.

Keep one address book. A person who fills in your contact form becomes a Streamtime contact through Create a Contact, after Search Contacts has checked they are not already there.

Turn follow-ups into to-dos. Create a ToDo drops a personal ToDo into Streamtime whenever another app flags something to chase, such as a starred email.

What Make does not do here: no Streamtime module watches for changes, so an edit inside Streamtime does not start a scenario by itself. You start from another app or from a schedule, then read Streamtime with the Get and Search modules. For anything the listed modules skip, Make an API Call reaches the rest of the Streamtime API with the same connection. Make's own page for Streamtime notes that it was written by AI from Streamtime's documentation and may hold mistakes, so double-check anything important with Streamtime.

Apps like Streamtime often have an n8n node as well; the n8n vs Make comparison sets out the criteria. For a broader look at the tool, read the Make review, and check Make pricing before you pick a plan.

Connect

How do you connect Streamtime to Make?

  1. 01

    Copy your API key

    In Streamtime, open the Integrations section from the main menu and copy the API key shown on screen. Make asks for it once: the connection, your Streamtime account linked to Make, is then reused by every Streamtime module.

  2. 02

    Add a Streamtime module

    In your scenario, add any Streamtime module, Search Jobs for instance, and click Create a connection. Filling in Connection name is optional, but a clear name helps if you later link a second Streamtime account.

  3. 03

    Paste the key and confirm

    Paste the API key into the connection window, or follow the on-screen instructions, then save. From there Make lists the Streamtime data it can read, so you pick companies and jobs instead of typing their names.

First scenario

Your first scenario: a Streamtime job for every new client

GoalWhen a new client appears in your CRM, Make finds the company in Streamtime and opens a job for it.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. Streamtime has no trigger, so pick the app where new clients show up, such as your CRM.

  2. 02

    Set the starting module

    Choose that app's module for new records and create its connection. Each record it passes on is a bundle, one item that flows to the next module.

  3. 03

    Add Search Companies

    Click the + on the right, search for Streamtime, pick Search Companies and map the client name from the first module. The search can return zero, one or several companies.

  4. 04

    Add Create a Job

    Click the + again, add Create a Job and map the company returned by the search. Once the connection exists, Make offers Streamtime values to pick from.

  5. 05

    Test with Run once

    Click Run once and read the bundles each module received. Then open Streamtime and check that the new job sits under the right company.

  6. 06

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default, and switch the scenario on. The Free plan stops at 15 minutes between runs; paid plans go down to 1 minute.

Modules

What can each Streamtime module do in Make?

Streamtime gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Streamtime1

Create a Company

Action

In Make“Creates a new company.”

Gives you a fresh company record in Streamtime, ready to receive jobs and contacts, without opening the app. It is the first brick whenever a new client comes from somewhere else.

When to use it
a signed quote or a won deal in your CRM, and the client does not exist yet in Streamtime.
Watch out
run Search Companies first, or the same client may end up twice.
Streamtime2

Create a Contact

Action

In Make“Creates a new contact.”

Adds a person to Streamtime, so the account manager finds the right name and details next to the company. Pair it with a form or CRM module that already holds the data.

When to use it
a new stakeholder joins a client project and their details arrive by form or email.
Watch out
Search Contacts beforehand keeps the address book free of doubles.
Streamtime3

Create a Job

Action

In Make“Creates a new job.”

Opens a new job in Streamtime straight from another tool, so the team can start planning as soon as the work is confirmed. It is the module most scenarios on this page end with.

When to use it
a proposal is accepted or a project request lands in your intake form.
Watch out
map the company from a search or a Create a Company step, not a typed name.
Streamtime4

Create a ToDo

Action

In Make“Creates a new personal ToDo.”

Puts a personal ToDo on a Streamtime list, which turns a signal from another app into a task someone will actually see. Handy for reminders that would otherwise stay in an inbox.

When to use it
an email gets starred, a client replies, or a form asks for a callback.
Watch out
Streamtime describes it as a personal ToDo, so check whose list it lands on after your first Run once.
Streamtime5

Get a Company

Action

In Make“Retrieves an existing company.”

Pulls the full record of one company you already know, so later modules can reuse its details. Unlike a search, it targets a single company and returns exactly that one.

When to use it
an earlier step already gave you the company, and you need its data to fill an email or a spreadsheet row.
Watch out
without a precise company to point at, use Search Companies instead.
Streamtime6

Get a Contact

Action

In Make“Retrieves an existing contact.”

Fetches one Streamtime contact in detail, which lets you personalize a message or copy the person into another tool. It works on a contact you have already identified.

When to use it
a job references a contact and you want their details for a kickoff email.
Watch out
if you only know a name, run Search Contacts to find the contact first.
Streamtime7

Get a Job

Action

In Make“Retrieves an existing job.”

Reads a single job so its current data can travel to a report, a chat message or an invoice tool. Choose it over Search Jobs when you already have the exact job in hand.

When to use it
another app sends you a job reference and you need the rest of the record.
Watch out
each Get runs as one operation, a unit Make counts on your plan, per bundle.
Streamtime8

Get a ToDo

Action

In Make“Retrieves an existing todo.”

Brings back one to-do with its details, useful for checking where a task stands before acting on it. It is the read counterpart of Create a ToDo.

When to use it
a scenario created a to-do earlier and a later step needs to look at it again.
Watch out
keep the to-do reference from the creating step, since Get a ToDo cannot guess which task you mean.
Streamtime9

Make an API Call

Action

In Make“Performs an arbitrary authorized API Call.”

Opens the whole Streamtime API to your scenario, reusing the connection you already set up. It covers what the other modules leave out, as long as you know which endpoint to call.

When to use it
you need a Streamtime object or action with no dedicated module in Make.
Watch out
you write the request yourself, so you need the exact endpoint path from Streamtime first.
Streamtime10

Update a Job

Action

In Make“Updates an existing job.”

Changes an existing job so Streamtime reflects what happened in another tool, without anyone copying it over. It is the only module here that edits a record rather than creating one.

When to use it
a client approves a change in your proposal tool and the job must follow.
Watch out
find the job first with Search Jobs or Get a Job, then map its reference.
Streamtime11

List Contacts

Search

In Make“Retrieves a company contacts list.”

Returns every contact attached to one company, so you can reach the whole client team at once. Each contact comes out as its own bundle for the next module.

When to use it
a job is delivered and all the client's people should get the news.
Watch out
Search Contacts looks across the account, whereas this module stays inside a single company.
Streamtime12

Search Companies

Search

In Make“Retrieves a list of companies from account.”

Looks through the companies in your Streamtime account and hands back the ones that match. It is the safety check that stops duplicate clients before a create step.

When to use it
a new deal arrives and you need to know whether the client already exists.
Watch out
the result can be empty, a single company or several, so plan what the next module does in each case.
Streamtime13

Search Contacts

Search

In Make“Retrieves a contact list from account.”

Finds people anywhere in your Streamtime account, whatever company they belong to. Use it to match an email address or a name coming from another app to a real contact.

When to use it
a message comes in and you want to link it to the right person before logging anything.
Watch out
several matches mean several bundles, and the modules after it run once for each.
Streamtime14

Search Jobs

Search

In Make“Retrieves a list of jobs from account.”

Pulls a list of jobs from your account, the starting point for any report or sync that covers more than one job. Every job found travels on as a separate bundle.

When to use it
you want to push the current jobs into a spreadsheet or a dashboard.
Watch out
a long list means many operations downstream, which counts against your Make plan.
Streamtime15

Search ToDos

Search

In Make“Retrieves a todos list.”

Collects to-dos from Streamtime so you can review them outside the app or pass them to a chat tool. It pairs well with a schedule when Streamtime itself cannot start the scenario.

When to use it
a team lead wants open tasks posted into a shared channel.
Watch out
an empty result returns zero bundles, so the following modules simply do not run.
Need help

Need help automating Streamtime with Make?

A person reads every message.

FAQ

Streamtime and Make: common questions

01Is the Streamtime Make integration free?
Yes. Streamtime is a standard app in Make, so its modules work on the Free plan. That plan allows 2 active scenarios, a minimum interval of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, lift the cap on active scenarios and allow 40 minutes of execution. Usage is counted in credits, one operation per module run on one bundle. On the Streamtime side, you still need an active account.
02What do you need to connect Streamtime to Make?
An active Streamtime account and its API key. You find the key in Streamtime under the Integrations section of the main menu and copy it. In Make, add any Streamtime module, click Create a connection, optionally name the connection, then paste the key or follow the on-screen instructions. The connection is saved once and every Streamtime module in your scenarios reuses it, so there is nothing to redo when you add a second module or build a new scenario.
03Does Streamtime trigger Make scenarios in real time?
No. Streamtime has no trigger module in Make, scheduled or instant, so a change inside Streamtime never starts a scenario by itself. There are two ways around it. Start the scenario from another app, for example the instant trigger of your form tool when it offers one. Or run the scenario on a schedule, every 15 minutes by default, and open it with Search Jobs or Search ToDos to read what Streamtime holds at that moment. On the Free plan, 15 minutes is the shortest interval; paid plans go down to 1 minute.
04What if a Streamtime module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Streamtime API from your scenario with the same connection as the other modules, so you are not limited to the 15 listed modules. The trade-off is that you build the request yourself, so you need to know which endpoint does the job. Keep in mind that Make's documentation for Streamtime is AI-generated from Streamtime's own docs and may be wrong in places; when a detail matters, confirm it with Streamtime before you rely on it in a live scenario.
05Should you use Make or n8n for Streamtime?
It depends on where your automations already live. In Make, Streamtime comes with 15 modules: 10 actions, including Make an API Call for anything else, and 5 searches, with no trigger. Apps like Streamtime often have an n8n node too, so the fair test is to compare what each tool offers for the jobs, companies and to-dos you actually handle. If your other scenarios run in Make, keeping Streamtime there means one editor and one place to check your runs.