To setup your Exact Online app in Cobalt for OAuth, you will need the following credentials from your Exact Online Developer account:
  • Client ID
  • Client Secret

Pre-requisites

  1. Exact Online Developer account. You can create one here.
If you haven’t already created an app in Exact Online, you’d need to create one.

Creating an app in Exact Online

To create a Exact Online app and acquire the above mentioned credentials, please follow the steps mentioned below:
  1. Log in to your Exact Online Developer account.
  2. Click on Manage my apps in the top right corner.
Navigation for App setup
  1. Click on Register a Production App or Testing App depending on your requirements.
  2. Go to your Apps catalog in Cobalt > Search for Exact Online > Settings > Use your credentials > Callback Url > Copy it.
  3. Enter the App Name, paste the Callback Url under Redirect URI and click Register.
  4. Go to the Develop your App section and copy the Client ID and Client Secret from Authorisation details.
Getting Credentials

Configuring credentials in Cobalt

App settings page lets you configure the authentication settings for an OAuth 2.0 based application. For your customers to provide you authorization to access their data, they would first need to install your application. This page lets you set up your application credentials. Setting up application client credentials Provide the acquired Client ID and Client Secret under Settings of the app and save it.

App Review for Exact Online

If you want external customers to use your app, then the OAuth app must be submitted for Review. To submit your app for a review, go to Manage my apps > Your Registered app > Submit for review.
Learn more about the Exact Online App Review process here.

Actions and triggers

Once the above setup is completed, you can create orchestrations of your use-cases using Exact Online actions and triggers. Following are the set of Exact Online actions and triggers supported by Cobalt.
  1. Create GL Account - Create an account in Exact Online.
  2. Update GL Account - Update an account in Exact Online.
  3. Delete GL Account - Delete an account in Exact Online.
  4. Get all GL Accounts - Get all accounts in Exact Online.
  1. Create Sales Invoice - Create an invoice in Exact Online.
  2. Delete SalesInvoice - Delete an invoice in Exact Online.
  3. Update Sales Invoice - Update an invoice in Exact Online.
  4. Get Sales Invoices - Update all sales invoices in Exact Online.
  1. Get Items - Get all items in Exact Online.
  2. Delete Item - Delete an item in Exact Online.
  3. Create Item - Create an item in Exact Online.
  1. Get all Payments - Get all payments in Exact Online.
  1. Get Departments - Get all departments in Exact Online.
  1. HTTP Request - Make HTTP API calls to any Exact Online documented REST APIs.
  2. Get Profile - Get the current user in Exact Online.