How to connect Integromat to any web service that uses OAuth2 authorization

One of the many great features of Integromat is the ability to connect almost any web service to a scenario. In the following guide, we will show you with the help of a real example, that even such a thing as communication with an API can be handled without writing a single line of code.

In this illustrative example we will show how we integrate the DeviantArt service, one of the largest networks for creative people. Our goal is to get a list of the latest deviations. Before we can configure this scenario though, we first have to find out some basic information about the service. Our first step will be to go through the Development section and find out what method DeviantArt uses for user authentication, and which API is appropriate to perform the desired function.

Integromat supports the following authorization types:

  • OAuth2
  • Basic Authorization
  • API key

Getting ready

In the Authentication section you will learn that DeviantArt uses a standardized OAuth2 protocol for authorization. At the same time, you will find out that you must first create a so-called client to be able to communicate with the API. To do that, click the register your application link. This will open up a form that allows to create a new application. Fill in the name and description of the application and upload the icon.

Next follows the Application settings section in which you need to fill out the OAuth2 Redirect URI Whitelist field. All services that use standard OAuth2 protocol for authorization require this parameter. The value of this parameter is always the same - https://www.integromat.com/oauth/cb/oauth2. This is the URL, that a user is redirected to after they authorize Integromat to access the given service. This way, Integromat learns that the authorization has been successful, and creates a new connection with the service.

Once you have completed the registration, you will be taken to a screen where you can view two important values - client_id and client_secret. Write down these two values, you will need them later on.

Now go back to the Authentication section and get two important pieces of information - authorization URL and access token URL. All services that use standard authorization OAuth2 protocol always include both URL addresses in their documentation.

Now we have all important information about authorization so we can go on to the section APIs which describes in detail all API calls. The API that suits our purpose is located at GET /browse/newest. Expand the Authentication and Parameters sections, from which you can then learn what scope is required to call this API and what parameters you can send along with the request.

Creating a scenario

Now, go to Integromat and create a new scenario.

Before you start setting up your scenario in Integromat, we recommend that you go through all APIs that you plan to call and get a list of all scopes that are needed. This way you can aquire all the necessary scopes at once and avoid the hassle of expanding the scopes in the future.

Choose the OAuth 2.0 HTTP(S) request and response processing module from the HTTP app and add it to your scenario. In the open configuration window, click the Add button. This will bring up a window that allows you to add a new OAuth2 connection. In this step, enter the information that you have found in the documentation:

  • Connection name - Enter any name you would like to identify as the connection.
  • Authorize URI - the Authorize URL specified in the Authentication section of the DeviantArt documentation.
  • Token URI - the Access Token URL indicated in the Authentication section of the DeviantArt documentation.
  • Scope - Specify the list of access scope that you want to grant to Integromat and associate with this connection. In our case, it is enough to select the browse value.
  • Client ID - the client ID you were given once you had created the application.
  • Client Secret - the secret key you were given once you had created the application.

After you click the Create a connection button, Integromat will try to establish the connection. If you have filled in the correct information, a window will pop up after a few seconds, in which you can authorize Integromat to access the given service via the application you have created.

After you grant consent, the access tokens will be exchanged in the background automatically. If everything is okay, the configuration window will be automatically populated with the newly created connection. Set up the URL address of the API endpoint according to the specifications given in the API documentation and specify optional parameters (in our case, we will enter https://www.deviantart.com/api/v1/oauth2/browse/newest). When creating a scenario, it is always better to work with a smaller number of bundles. We will, therefore, add the limit=5 parameter to the end of the URL.

Testing

The integration is now ready and you can run the scenario. The execution results show that the call has ended with a 200 status, which means that the run completed successfully. The response details contain complete JSON data that is available for further use. In order to use this data in your scenario, you first need to parse it. That’s what the Parse JSON module from the JSON app is for. Before you add this module to your scenario, copy the whole JSON response to the system clipboard - you’ll need it in order to generate a data structure. Thanks to the data structures, Integromat knows exactly what structure the received data has.

To add the Parse JSON module to your scenario, in the settings of the module, map the Data variable from the HTTP app to the JSON string field. Next to the Data structure field, click the Add button and in the panel that opens, choose Generator. In the data structure generator, choose the JSON value as Content type and in the Sample data field paste the JSON response from the server that you have copied to the system clipboard. Once you confirm your entries, the data structure will be generated automatically. Give a name to the Data structure and click the Save button. The configuration of the Parse JSON module is now complete. Click the Save button to confirm the settings.

Now you can run the scenario. Once the scenario run is complete, view details of the JSON module run. If everything has been processed without errors, you will see a list of 5 new DeviantArt deviations. You can then easily browse through the data structure and map obtained values to other modules.

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.