- Home
- Resources
- Integrations
- Sage Intacct
Sage Intacct Make integrationAutomate Sage Intacct with Make.
Can Make keep your Sage Intacct records in sync with the rest of your stack? The Sage Intacct Make integration gives you 7 modules to watch, find, create, update and delete records. This guide is for finance and ops teams, and it walks you from the connection to a live first scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Sage Intacct Make integration let you automate?
The Sage Intacct Make integration links your Intacct company to Make, so records can move in and out of the ERP without anyone retyping them. You build a scenario (the automation itself, a chain of modules) and each module does one job: spot an updated record, look one up, create it, change it or remove it.
Push changes to the rest of the business. Watch Records notices when a record is updated in Sage Intacct. Behind it, Get a Record pulls the full record, and any other app in your scenario can receive the change, a spreadsheet for the controller or a message for the sales team.
Feed the ERP from outside. When a deal closes in a CRM or a form comes in, Create a Record writes the matching entry into Sage Intacct. Search Records runs first to check whether the record already exists, and Update a Record corrects it instead of creating a duplicate.
Reach the rest of the API. The listed modules cover generic records. For any other endpoint in the Sage Intacct API, Make an API Call reuses the same connection.
Two limits to know up front. The Sage Intacct app is reserved for the Make Enterprise plan, and the app side needs a paid Sage Intacct account plus an active Web Services developer license. Before you commit, the Make pricing page explains the plans. The same app may also exist as an n8n node; the n8n vs Make comparison lays out the differences. If you would rather hand the build to someone, the Make agency team can take it on.
How do you connect Sage Intacct to Make?
- 01
Open the connection window
Add any Sage Intacct module to your scenario and click Create a connection. A connection is your Sage Intacct account linked to Make once; every Sage Intacct module in every scenario reuses it afterward.
- 02
Name it and fill in the credentials
Give the connection a name you will recognize later, for example the company it points to. Then enter the values Sage Intacct gives you in the Client ID and Client Secret fields, or authorize Make on the Sage Intacct page if it asks you to.
- 03
Save and check the module
Click Save. Make returns to the module, which now shows the new connection in its list. From here, Make can read what your account exposes and offer it in the module fields.
Your first scenario with Sage Intacct
GoalWhen a record is updated in Sage Intacct, Make fetches the full record and hands it to the next app.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Search for Sage Intacct and pick Watch Records as the first module.
- 02
Link the account and set the trigger
Click Create a connection and finish the three steps above. Then fill in the Watch Records fields; once the connection exists, Make lists what it can read in your company.
- 03
Add Get a Record
Click the + on the right of the trigger and add Get a Record. Map the record ID from Watch Records into it, so each bundle (one updated record) is fetched in full.
- 04
Send it somewhere useful
Add the module of the app that should receive the data, such as a sheet or a chat tool. Map the fields you care about from Get a Record into it.
- 05
Test with Run once
Update a record in Sage Intacct, then click Run once. Open the bubble above each module to read the bundles it received and confirm the data landed where you expected.
- 06
Schedule and switch it on
Open the clock on Watch Records to set the schedule, which is every 15 minutes by default. Switch the scenario on, and Make will check for updated records at that pace.
What can start a Sage Intacct scenario?
1 module starts a scenario when something happens in Sage Intacct. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Sage Intacct as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when a record is updated.”
Watch Records starts your scenario with every Sage Intacct record that has been updated since the last check, so each change reaches the rest of your tools as its own bundle. It is the only trigger in the app, so any scenario that has to react to a change in the ERP starts here.
What can Make do in Sage Intacct?
Sage Intacct gives you 6 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Records
5 modulesSearch Records
SearchIn Make“Retrieves a list of records optionally filtered by criteria.”
Search Records finds the Sage Intacct records that match the criteria you set, or returns the whole list when you leave the filter empty. The result can be zero, one or many bundles, and each one moves through the rest of the scenario separately.
Create a Record
ActionIn Make“Creates a new record.”
Create a Record adds a new entry to Sage Intacct from data that arrives elsewhere, so nobody has to rekey it in the ERP. You map the values from earlier modules into the fields Make shows once the connection is set.
Get a Record
ActionIn Make“Retrieves a record by its ID.”
Get a Record fetches one Sage Intacct record in full when you already hold its ID. It returns a single bundle, which suits the case where another app, a sheet or a form, only hands you that identifier.
Update a Record
ActionIn Make“Updates a record by its ID.”
Update a Record changes an existing Sage Intacct record, identified by its ID, with the values you map in. Your ERP stays in line with the system where the data actually changes, without a manual correction pass.
Delete a Record
ActionIn Make“Deletes a record by its ID.”
Delete a Record removes a Sage Intacct record by its ID. It helps you clean up entries created by mistake in a test run or by a scenario that fired on the wrong data.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Sage Intacct API directly from your scenario, reusing the connection you already created. It fills the gap whenever the five record modules and the search do not cover what you need.
Need help automating Sage Intacct with Make?
A person reads every message.