Sage Intacct
Connect to your users’ Sage Intacct accounts
Setup Guide
You can find your Sage Intacct app credentials in your Sage Intacct Developer Account.
You’ll need the following information to set up your Sage Intacct App with Paragon Connect:
-
Sender ID
-
Sender Password
Add your Sage Intacct app to Paragon
Under Integrations > Connected Integrations > Sage Intacct > Settings, fill out your credentials from your developer app in their respective sections:
-
Sender ID: Your Sage Intacct User ID
-
Sender Password: Your Sage Intacct User Password
Leaving the Sender ID and Sender Password blank will use Paragon development keys.
Connecting to Sage Intacct
Once your users have connected their Sage Intacct account, you can use the Paragon SDK to access the Sage Intacct API on behalf of connected users.
See the Sage Intacct REST API documentation for their full API reference.
Any Sage Intacct API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Sage Intacct workflows
Once your Sage Intacct account is connected, you can add steps to perform the following actions:
-
Create Vendor
-
Update Vendor
-
Delete Vendor
-
Search Vendors
-
Get Vendor by ID
-
Search Vendor Types
-
Create Bill
-
Update Bill
-
Delete Bill
-
Search Bills
-
Get Bill by ID
-
Search Payment Terms
-
Get Payment Term by ID
-
Search Accounts
-
Get Account by ID
-
Get Dimensions
When creating or updating records in Sage Intacct, you can reference data from previous steps by typing {{
to invoke the variable menu.
Was this page helpful?