Actions56
- Health Actions
- Project Actions
- Score Actions
- Characters Actions
- Environments Actions
- Scenes Actions
- Visuals Actions
- Visual Voiceover Actions
- Visual Image Actions
- Visual Video Actions
- Visual Sound Actions
- Video Actions
Overview
This node interacts with the AdBlast API to retrieve detailed information about a specific environment within a given project by its unique environment ID. It is useful in scenarios where you need to programmatically access environment configurations or metadata stored in AdBlast, such as for automation, monitoring, or integration workflows.
For example, you might use this node to fetch environment details before deploying updates, validating environment settings, or synchronizing environment data with other systems.
Properties
| Name | Meaning |
|---|---|
| Authentication Method | Choose how to authenticate: "Predefined Credentials" (use saved API credentials) or "Dynamic API Key" (enter key dynamically via expressions). |
| AdBlast Base URL | The base URL of the AdBlast API. Required only if using dynamic API key authentication. |
| API Key | The API key for authenticating requests. Required only if using dynamic API key authentication. |
| Project Id | The unique identifier of the project containing the environment you want to retrieve. |
| Environment Id | The unique identifier of the specific environment to fetch within the specified project. |
Output
The node outputs JSON data representing the details of the requested environment. This typically includes all properties and metadata associated with that environment as returned by the AdBlast API.
No binary data output is indicated or expected from this operation.
Dependencies
- Requires access to the AdBlast API.
- Requires either:
- A saved API credential with an API key and base URL configured in n8n, or
- Dynamic entry of the API key and base URL at runtime.
- Network connectivity to the specified AdBlast API endpoint.
Troubleshooting
- Authentication errors: If the API key is invalid or missing, the node will fail to authenticate. Ensure the correct API key is provided either via credentials or dynamically.
- Invalid Project or Environment ID: Providing incorrect IDs will result in errors or empty responses. Verify the IDs are correct and exist in your AdBlast account.
- Network issues: Failure to reach the API base URL due to network problems or incorrect URLs will cause request failures. Confirm the base URL is reachable and correctly set.
- Missing required parameters: Omitting required fields like Project Id or Environment Id will prevent the node from executing properly.
Links and References
- AdBlast API Documentation (assumed base URL for API reference)
- n8n documentation on HTTP Request Node for understanding API interactions in n8n.