|
/ Documentation /App Builder/ Authenticate Your Application Using The API Key Method

Authenticate Your Application Using The API Key Method

This guide provides a comprehensive, step-by-step guide to understanding the API Key authentication process. 

For example, we have chosen “Brevo” as our focus application.

Remember, when you’re setting up authentication in SureTriggers App Builder, you are building a screen where users will enter their connection details (like an API key) to connect their app with SureTriggers. 

Let’s get started!

How Authentication With API Key Works

Authentication is a way to confirm your identity when connecting apps. It’s like logging into a website with a username and password to prove it’s you. 

In the context of App Builder, authentication allows you to securely connect your account with external apps by providing the necessary information like an API key or password to confirm your identity.

An API Key is a unique code you get from your Brevo account. It’s what tells Brevo, “This is the right person trying to connect.” Here’s how it works step by step:

  1. When setting up the authentication in App Builder, you’ll see a place to enter that API key.
  2. You go to your Brevo account and find your API key. This is usually available in your account settings or API section.
  3. App Builder then sends this key to Brevo, and if the key matches what Brevo expects, it confirms that the connection is valid and allows SureTriggers to interact with Brevo.

Once the connection is successful, SureTriggers can pull data from Brevo or send information to it without asking you to log in again. The API key acts as the “proof” that it’s allowed.

You don’t always have to select the “API Key” method. The authentication method for your app is mentioned in the app’s API documentation.

Authenticating Your App With API Key

Here’s how you can authenticate with the App Builder using the API Key method:

Note: Ensure you’ve already built an integration before moving forward.

  • After building an integration, you’ll be automatically redirected to the following “App Overview” page. Here, click the “Add Authentication” button to proceed.
  • On the Authentication page, select “API Key”. We followed the Brevo API documentation for selecting the authentication type as the API key.

Now, you need to add the input field for the connection. This is required for SureTriggers users to pass the API Token while creating the connection between Brevo and the SureTriggers platform. Only then they will be able to include Brevo (or your app) as a part of their automation workflows.

  • To do this, click the “Add Auth Field” button.

On this flyout, fill in all required inputs as follows:

  1. Provide a user-friendly name for this field. This will be displayed to users inside their SureTriggers account. For example, “API Key.”
  1. In the “Name” field, give the API key a unique label, like “api_key.” This internal label helps SureTriggers know what data is being sent. 

Later, when users set up automation, SureTriggers can use this label to make sure the right information (like the API key) is sent at the right time, without needing to set it up again.

If you leave this field blank, a unique key will be automatically assigned.

  1. The “Description” is beneficial for SureTriggers users to understand where to copy the API Token from or help them with any other complex app-related activities. For example:
  1. Since there is only one field needed to create the connection, ensure this field is marked as required. To do this, check the box next to “Is this a required field?”
  1. It’s a standard practice to select this field type as “Password”. Since the API Token is sensitive, selecting it will ensure the input is entered in a hidden format.

Finally, click the “Save Auth field” button to save your authentication.

Testing Your API Key Authentication

Testing your authentication is important as it’s used to test the related triggers and action steps when built.

As an example, we’ll perform an API call for Brevo to ensure it functions correctly.

The App Builder will test an API endpoint by making a call to it and return a success message that’ll verify that our connection is successful.

Note: If you notice that the authentication fails, please review your API documentation and make the necessary adjustments.

Here’s how you can do it:

  • Click on the plus icon next to the “Verify Credentials” tab.
  • Click on the “Verify Connection” button.

A new “Add New Connection” pop-up will appear. Enter your connection name, API Token, and click on the “Connect your_app_name” button. You will receive a successful connection notification afterward.

The process of getting your API key will vary depending on the application. Ensure you read the preferred application’s API documentation.

Next, we’ll perform a test API call to ensure your authentication is working properly. You can make the test call using any simple endpoint. It doesn’t need to be complicated. To do this:

  1. Select the method as “GET”.
  2. Enter the endpoint URL obtained from Brevo’s API documentation. For example, we will use: https://api.brevo.com/v3/.
  1. Select the Authentication type as “API Key”.
  1. Select Key & Value:
  • Key: The name of the key used for API authentication. Identifies the type of authentication being used.
  • Value: The value for this field will be fetched dynamically based on the data we provided before. To access the dynamic value, click the “Database” icon and see your value under Integration Fields.

Note: For the first time, you’ll need to manually enter this value to verify the connection before saving. If you enter the token dynamically, you will not be able to verify the connection.

  1. Configure the following fields according to what your API docs require:

Click the “Verify Connection” button after filling in all the required fields.

Upon successful verification, you will get a success message telling you that App Builder successfully connected with SureTriggers.

You can now click on the “Save Test Authentication” button at the bottom of the flyout form.

That’s all! You can now start setting up actions and triggers for your app.

And if you have any questions, feel free to contact us. We’re always here to help!

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

Need help? Contact Support
%title %title
On this page
Scroll to Top