Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
Accounts
Accounts
Endpoint | Description | Readme |
---|---|---|
GET /accounts | Fetches a list of all accounts from your sage intacct account. | 🔗 |
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup here. |
Paid test account | ✅ Not required | Create a 30 day free trial account here. |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
- You must have an active Sage Intacct Web Services developer license, which includes a Web Services sender ID and password or access to a free trial period account.
If you need a developer license, contact your account manager.
1
Create a new developer workspace
Go to developer console and login if you have an account or signup for a free developer’s account.Click View workspaces, then enter your Sage account email address and password to log in.Click Add workspace to create a workspace for your company.Enter a name for your workspace and a contact email address, then click Create.
2
Add a client application
Click Apps in the left column navigation.Click Add application.Enter a name to identify the application in your workspace, a home page URL, and a contact email address for the application, then click Create.
3
Obtaining Client Credentials
From the list of applications in your workspace, click your new application to open it.Click Create API keys.From the Sage Product API drop-down list, select Sage Intacct.Enter a Redirect URI as a full URL. During the authorization process, users will be redirected to this URL after authorizing your application to access their data in Sage Intacct. You can configure the following Redirect URL: Click Create.When your registration is complete, the Application Details page will include an API Keys section. Click Sage Intacct in that list to view your application’s client ID and secret key.
https://api.nango.dev/oauth/callback
.If you have custom applications that send Sage Intacct API requests from your domains, enter those domains in Allowed Origin Domains as full https URLs.Enter your Sage Intacct Web Services sender ID and password.From the Client Scope drop-down list, select the type of company to associate with these API keys:- Non-Production: Choose this option if you’re working with a sandbox implementation or other non-production company.
- Production: Choose this option if you’re working with a live production company. Production companies are limited to no more than five associated API keys.
You cannot change the client scope after it has been set
4
Next
Follow the Quickstart.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Useful links
Topic | Links |
---|---|
General | Website |
Create a test account | |
Developer | API documentation |
Create or Login to a developer account | |
Developer console | |
Authorization documentation |
Contribute useful links by editing this page
API gotchas
Contribute API gotchas by editing this page