Unleashed connector

Options

Hi

I am new to Domo and would like to use the connector for Unleashed however it doesn't have the option to pull in the Sales Quotes table.

Can this be added to the Unleashed connector as it is available through Unleashed's API?

If not, can I use the JSON connector to retrieve this table and if so, can you please provide the steps for how I do this as I have basic technical knowledge?

Any help would be appreciated!

Andrew

Tagged:

Best Answer

  • david_cunningham
    Answer ✓
    Options

    I took a quick look at your API documentation to confirm that it's structured in JSON. Looks like you have the option for both JSON and XML. Domo also has connectors for both of these. For JSON, you have a bunch of different options depending on your particular set-up, authentication needs, etc. There are a couple of great knowledge base articles that I've linked below for you.

    JSON Advanced Connector - https://domo-support.domo.com/s/article/360042932034?language=en_US

    JSON No Code Connector - https://domo-support.domo.com/s/article/360043433473?language=en_US

    https://domo-support.domo.com/s/article/000005360?language=en_US

    Exact step-by-step instructions will depend on the specific API you're trying to connect to. In general though, you will need to authenticate (username/password, or secret key, etc). Then you'll need to configure the settings correctly. Use basic authentication if the API you are connecting to requires a username/password to access.

    Configuring the connector requires 3 things. 1) connection type | 2) request type | 3) advanced settings (optional).

    For connection type, you would select HTTP Request if your data is accessible via an API that returns data as a JSON formatted response. You'll need the URL of the API endpoint to connect, and any headers that you will need to send in the request.

    I recommend making sure you have the API documentation up as this will be a useful reference to determine how to authenticate.

    Hope this helps!

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**

Answers

  • david_cunningham
    Answer ✓
    Options

    I took a quick look at your API documentation to confirm that it's structured in JSON. Looks like you have the option for both JSON and XML. Domo also has connectors for both of these. For JSON, you have a bunch of different options depending on your particular set-up, authentication needs, etc. There are a couple of great knowledge base articles that I've linked below for you.

    JSON Advanced Connector - https://domo-support.domo.com/s/article/360042932034?language=en_US

    JSON No Code Connector - https://domo-support.domo.com/s/article/360043433473?language=en_US

    https://domo-support.domo.com/s/article/000005360?language=en_US

    Exact step-by-step instructions will depend on the specific API you're trying to connect to. In general though, you will need to authenticate (username/password, or secret key, etc). Then you'll need to configure the settings correctly. Use basic authentication if the API you are connecting to requires a username/password to access.

    Configuring the connector requires 3 things. 1) connection type | 2) request type | 3) advanced settings (optional).

    For connection type, you would select HTTP Request if your data is accessible via an API that returns data as a JSON formatted response. You'll need the URL of the API endpoint to connect, and any headers that you will need to send in the request.

    I recommend making sure you have the API documentation up as this will be a useful reference to determine how to authenticate.

    Hope this helps!

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**