AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node integrates with the AdBlast API to retrieve all environments associated with a specified project. It is useful for users who want to programmatically access environment configurations or metadata within their AdBlast projects. Typical use cases include automation workflows that need to list or manage multiple deployment environments, audit environment settings, or synchronize environment data with other systems.

For example, a marketing team could use this node to fetch all their campaign environments to dynamically adjust content or track performance metrics across different setups.

Properties

Name Meaning
Authentication Method Choose how to authenticate: "Predefined Credentials" (use saved API credentials) or "Dynamic API Key" (enter API key dynamically using expressions).
AdBlast Base URL The base URL of the AdBlast API endpoint. Required only if using Dynamic API Key authentication. Defaults to https://dev.adblast.ai.
API Key The API key used for authentication when using Dynamic API Key method. Can be set via expressions.
Project Id The unique identifier of the project whose environments you want to retrieve.

Output

The node outputs JSON data containing the list of environments retrieved from the AdBlast API for the specified project. Each item in the output corresponds to an environment object as defined by the API response. The exact structure depends on the API but typically includes environment identifiers, names, and related metadata.

No binary data output is produced by this node.

Dependencies

  • Requires access to the AdBlast API.
  • Needs either saved API credentials or a dynamically provided API key.
  • The node configuration must specify the correct base URL for the AdBlast API if using dynamic authentication.
  • Proper network connectivity to the AdBlast service is necessary.

Troubleshooting

  • Authentication errors: Ensure the API key is valid and has sufficient permissions. If using predefined credentials, verify they are correctly saved and selected.
  • Invalid Project Id: Confirm the project ID exists and is accessible with the provided API key.
  • Network issues: Check internet connectivity and that the base URL is reachable.
  • API rate limits or server errors: These may cause failures; consult AdBlast API documentation for limits and error handling.

Links and References

  • AdBlast API Documentation (assumed base URL for API docs)
  • General API authentication best practices and error codes can be found in the official AdBlast developer resources.

Discussion