AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node integrates with the AdBlast API, specifically allowing users to retrieve the data schema of a project. It is useful for workflows that need to dynamically understand or validate the structure of project data managed within AdBlast. For example, a marketing automation workflow might fetch the project schema to adapt subsequent processing steps based on the project's data fields.

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 for the AdBlast API; required only if using Dynamic API Key authentication. Defaults to https://dev.adblast.ai.
API Key The API key for authenticating requests to AdBlast; required only if using Dynamic API Key authentication. Can be set dynamically via expressions.

Output

The node outputs JSON data representing the project’s data schema as returned by the AdBlast API. This typically includes the structure, fields, and types defined in the project schema. There is no indication of binary data output.

Dependencies

  • Requires access to the AdBlast API.
  • Needs either saved API credentials or a dynamically provided API key.
  • The node expects the base URL of the AdBlast API, which defaults to https://dev.adblast.ai but can be customized.
  • No additional external dependencies are indicated beyond standard HTTP request capabilities.

Troubleshooting

  • Authentication errors: Ensure the API key is valid and correctly provided according to the selected authentication method.
  • Incorrect Base URL: If using dynamic authentication, verify the base URL is correct and reachable.
  • API response errors: If the project schema cannot be retrieved, check network connectivity and API permissions.
  • Missing or invalid parameters: Confirm all required properties are set, especially when switching between authentication methods.

Links and References

Discussion