See also

Tags

feature
11 Jul 2024 09:08 PM

Parameters in Custom Integrations

close

Let's explore how to create a parameter.

  1. In the API request, we see an API key being used directly in the body of the URL. We want to convert this into a parameter. To achieve this, we'll replace the key with a macro.

  2. Next, save the configuration and refresh the page. Notice that the parameter now appears in the list of parameters. Let's enter its value and save the configuration again. The saved value should now be visible in the parameters section.

  3. Returning to the URL, we see a domain name. Since this is a unique identifier for the client, it also needs to be included as a parameter.

With these steps, all necessary parameters have been created.