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 integrates with the AdBlast API to retrieve detailed data about a specific project. It is useful in scenarios where users want to automate workflows involving project management, reporting, or analytics by fetching up-to-date project information directly from AdBlast. For example, marketing teams can use this node to pull project metrics into their automation pipelines for further processing or visualization.
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 endpoint; required only if using Dynamic API Key authentication. Default is https://dev.adblast.ai. |
| API Key | The API key for authenticating requests; required only if using Dynamic API Key authentication. Can be set dynamically using expressions. |
| Project Id | The unique identifier of the project whose data you want to retrieve. |
Output
The node outputs JSON data representing the full details of the specified project as returned by the AdBlast API. This typically includes all relevant project metadata and associated information. There is no binary output.
Dependencies
- Requires access to the AdBlast API.
- Needs either saved API credentials or a dynamically provided API key.
- If using dynamic authentication, the user must provide the correct base URL and API key.
- No additional external dependencies beyond standard HTTP request capabilities.
Troubleshooting
- Authentication errors: Ensure that the API key is valid and has sufficient permissions. If using predefined credentials, verify they are correctly configured in n8n.
- Invalid Project Id: Confirm that the provided project ID exists in AdBlast and is correctly typed.
- Network issues: Check connectivity to the specified AdBlast base URL.
- Missing parameters: All required fields (authentication method, project ID, and depending on auth method, API key or credentials) must be provided.
Links and References
- AdBlast API Documentation (assumed base URL for API reference)