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 information about a specific project. It is designed for users who want to programmatically access project data stored in AdBlast, such as project metadata or status, within their n8n workflows.
Common scenarios include:
- Automating reporting by fetching project details regularly.
- Integrating project data into other systems or dashboards.
- Triggering downstream workflow actions based on project attributes.
For example, a marketing team could use this node to pull project details from AdBlast and update a CRM system automatically.
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 used for authentication when using Dynamic API Key method. Can be set dynamically via expressions. |
| Project Id | The unique identifier of the project to retrieve from AdBlast. |
Output
The node outputs JSON data representing the project details fetched from the AdBlast API. This typically includes all available fields describing the project, such as its name, description, status, creation date, and any other metadata provided by the API.
No binary data output is produced by this node.
Dependencies
- Requires access to the AdBlast API.
- Needs either saved API credentials configured in n8n or a dynamic API key provided at runtime.
- The node uses standard HTTP headers including an Authorization bearer token.
- No additional external dependencies beyond the AdBlast API and proper authentication.
Troubleshooting
- Authentication errors: Ensure that the API key is valid and has sufficient permissions. If using predefined credentials, verify they are correctly saved in n8n.
- Invalid Project Id: Confirm that the provided project ID exists in AdBlast and is correctly formatted.
- Network issues: Check connectivity to the specified AdBlast Base URL, especially if using a custom URL.
- Missing required parameters: Make sure all required properties, especially Project Id, are set before execution.
Links and References
- AdBlast API Documentation (assumed URL based on default base URL)
- n8n documentation on HTTP Request Node for understanding API integrations in n8n