Skip to the content

Automate Everything !

🤖 Explore with AI: ChatGPT Perplexity Claude Google AI Grok

For Enterprises | Teams | Start-Ups

eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

0
$0.00
eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

Menu
0
$0.00
  • Categories
    • Workflow Automation
    • AI Workflow
    • AI Agent
    • Agentic AI
  • Home
  • Automate Now !
  • About Us
  • Contact
  • Blog
  • Free AI Workflow
  • Free AI Agents

eZintegrations

  • eZintegrations Introduction
  • Data Source API
    • Response Parameters: Text, XML, and JSON Formats
    • Environment Settings for Reusable and Dynamic Configuration
    • API Numeric Parameters for Pagination and Record Limits
    • API Time Parameters for Date and Time-Based Data Filtering
    • Authorization
    • How to test the Data Source API
    • Pre- Request Scripts
      • Pre- Request Scripts for Amazon S3
      • Pre- Request Scripts for Azure Cosmos DB
      • Pre-Request Script for Amazon SP API
      • Pre- Request Scripts
    • API Pagination Methods
      • Custom Pagination
      • Encoded Next Token Pagination
      • Cursor Pagination
      • Pagination with Body
      • Total Page Count Pagination
      • Offset Pagination
      • Next URL Pagination
      • API Pagination Introduction
      • Pagination examples
        • SAP Shipment API Pagination
        • Amazon SP API Pagination

Goldfinch AI

  • Goldfinch AI Introduction

Bizdata API

  • Universal API for Database
    • API for PostgreSQL Database – Universal API
    • API for Amazon Aurora Database (MySQL/Maria) – Universal API
    • API for Amazon Redshift Database – Universal API
    • API for Snowflake Database – Universal API
    • API for MySQL/Maria Database – Universal API
    • API for MS-SQL Database-Universal API
    • API for Oracle Database- Universal API
    • Introduction to Universal API for Databases
  • SFTP API
    • SFTP API
  • Document Understanding APIs
    • Document Understanding API- Extract data from Documents
  • Web Crawler API
    • Web Crawler API – Fast Website Scraping
  • AI Workflow Testing APIs
    • Netsuite Source Testing API (Netsuite API Replica)
    • Salesforce Testing API (Salesforce API replica)
    • OAuth2.0 Testing API 
    • Basic Auth Testing API 
    • No Auth Testing API
    • Pagination with Body Testing API
    • Next URL Pagination Testing API 
    • Total Page Count Pagination Testing API
    • Cursor Pagination Testing API 
    • Offset Pagination Testing API
  • Import IB API
    • Import IB API
  • Linux File & Folder Monitoring APIs
    • Linux File & Folder Monitoring APIs
  • Webhook
    • Webhook Integration-Capture Events in Real Time
  • Websocket
    • Websocket Integration- Fetch Real Time Data
  • Image Understanding
    • Image Understanding API – Extract data from Images
View Categories

Environment Settings for Reusable and Dynamic Configuration

Environment Settings in eZintegrations

In eZintegrations, environment settings are used to store and manage dynamic values that can be reused across multiple requests and collections. These settings are helpful for streamlining your API testing and ensuring consistency in your requests. Environment settings can be categorized into different types, such as Parameters, Authorization, and Endpoint URL, based on their use. Below are some examples.

Parameters Environment Settings

Example:
Let’s say you have an environment variable called apiKey, which stores an API key. You can use this variable in your requests as shown below:

Request URL

https://api.example.com/data?apikey={{apiKey}}

Request Headers

Authorization: Bearer {{apiKey}}

In this example, the {{apiKey}} variable is used to pass the API key both in the URL and as a header value for authentication.

Authorization Environment Settings

Example:
You can store credentials for Basic Authentication in environment settings. For instance, you might have a variable called basicAuth with the value Base64Encode(username:password).

Request Header

Authorization: Basic {{basicAuth}}

This approach allows you to keep sensitive information secure and makes it easy to update credentials if they change.

Endpoint URL Environment Settings

Example:
Suppose you have an environment variable called baseURL, which represents the base URL for your API. You can use it in requests as follows:

Request URL

{{baseURL}}/endpoint

By setting the baseURL variable, you can easily switch between different environments (such as development, staging, and production) without modifying all your requests.

How to Create and Manage Environment Settings in eZintegrations

  1. Open eZintegrations and navigate to Add Integration Bridge.
  2. Select an API from Data Source and click the + button to add Environment Settings.
  3. Create a new environment or select an existing one.
  4. Add settings with their names and values, and categorize them as needed (Parameters, Authorization, Endpoint URL).
  5. Reference these settings in your requests using double curly braces, such as {{variableName}}.

By using environment settings in eZintegrations, you can make your API testing more efficient, maintainable, and adaptable to different testing scenarios and environments.

You can create Environment Settings in:

  • Data Source API
  • Operations API
  • Data Target APIs
  • Marketplace APIs

Important Notes

  • All Environment Settings are saved only when the Integration Bridge is saved. If it is not saved, the Environment Settings will be lost.
  • Newly created Environment Settings are retained only while the login session remains active.
Updated on December 7, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Response Parameters: Text, XML, and JSON Formats
Table of Contents
  • Environment Settings in eZintegrations
    • Parameters Environment Settings
    • Authorization Environment Settings
    • Endpoint URL Environment Settings
    • How to Create and Manage Environment Settings in eZintegrations
    • Important Notes
© Copyright 2025 Bizdata Inc. | All Rights Reserved | Terms of Use | Privacy Policy