- Home
- Resources
- Integrations
- TimeTonic
TimeTonic Make integrationAutomate TimeTonic with Make.
What if every change in a TimeTonic record could start the next task on its own? The TimeTonic Make integration gives you 8 modules: one instant trigger, six actions and one search. This guide shows ops teams how to connect the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the TimeTonic Make integration do for you?
The TimeTonic Make integration links your TimeTonic smart tables to the rest of your tools without writing code. In Make, you build a scenario, which is the automation itself: a chain of modules, where each module is one brick such as a trigger, an action or a search. TimeTonic brings 8 of those bricks, so a record can create, read, update or remove rows elsewhere.
A change log you never have to fill in. Watch records fires as soon as someone edits a record. Chain it with Get a row to read the full record, then Create a new row in a second table, and every edit leaves a trace without anyone typing it.
Rows that stay clean. Get table rows pulls the rows of a table so the next modules can check them one by one; Update a row corrects a value and Delete a row removes an entry that no longer belongs. The search can return zero, one or many rows, so plan for each case.
Files attached where they belong. Upload file attaches a document to a record, so a file received by another app lands on the right client or project row.
What the listed modules do not cover, Make an API Call can reach, with the same connection. The documentation behind the module list is flagged by Make as AI-generated from TimeTonic's own docs, so test each module with a real record before you rely on it. To see how Make compares with another tool, read n8n vs Make. If you are new to the editor, Make training walks through it, and Make pricing explains how operations are counted.
How do you connect your TimeTonic account to Make?
- 01
Generate your TimeTonic API key
In TimeTonic, open your user profile from the home menu and click Generate next to API Sesskey. Copy the API key shown on screen, then copy the OAuth user ID displayed with it. Make needs both values.
- 02
Add a TimeTonic module in Make
In your scenario, add any TimeTonic module and click Create a connection. A connection is your TimeTonic account linked to Make once, then reused by every TimeTonic module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the credentials and save
Enter the API key and the OAuth user ID you copied from TimeTonic, or follow the instructions Make shows on screen. Save, and Make can now read the smart tables your account has access to.
Build your first TimeTonic scenario
GoalWhen a record is modified in TimeTonic, Make reads the row and adds an entry to a separate log table.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Search for TimeTonic and pick Watch records.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection with your API key and OAuth user ID. Once the connection exists, Make lists the tables it can read, so you pick the one to watch.
- 03
Read the full row
Click the + on the right of the trigger and add Get a row. Map the record from the trigger so the module fetches the complete row that was just changed.
- 04
Write the log entry
Add Create a new row and point it at a separate log table, not the watched one. Map the values from Get a row into the new row.
- 05
Test, then switch it on
Click Run once, edit a record in TimeTonic and read the bundles each module received. A bundle is one item passed between modules, here one row. When the log row looks right, switch the scenario on.
What starts a TimeTonic scenario
1 module starts a scenario when something happens in TimeTonic. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by TimeTonic as soon as it happens.
Watch records
Instant triggerIn Make“Triggers when a modification is made on a record”
Watch records starts your scenario the moment someone changes a record in TimeTonic, so the rest of the chain works on fresh data instead of waiting for a check. It is the only trigger this app offers, which makes it the natural entry point for any TimeTonic scenario.
Everything TimeTonic can do in Make
TimeTonic gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a new row
ActionIn Make“Create a new row in the smart table”
Create a new row adds an entry to one of your smart tables, filled with data mapped from earlier modules. You get a fresh record in TimeTonic without retyping what already exists in another tool.
Delete a row
ActionIn Make“Delete a new row in the smart table”
Delete a row removes one entry from a smart table, which keeps a table free of records that no longer belong there, such as a cancelled request.
Get a row
ActionIn Make“Read a row in a smart table”
Get a row reads one record from a smart table and hands every value to the next modules. You work with the full row, not just the piece of data that came in with the trigger.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call sends a request of your choice to the TimeTonic API, using the connection you already set up. It covers what the seven other modules leave out, without a second login.
Update a row
ActionIn Make“Update an existing row”
Update a row changes the values of a record that already exists, so you fix the right row instead of adding a second one that duplicates it.
Upload file
ActionIn Make“Upload file to a record”
Upload file attaches a document to a TimeTonic record, so contracts, photos or reports sit next to the client or project they concern instead of in a loose inbox.
Get table rows
SearchIn Make“Get rows of a given table”
Get table rows is the search of this app: it returns the rows of a table you choose, each one as a separate bundle the following modules process in turn.
Need help automating TimeTonic with Make?
A person reads every message.