Actions28
- Кампании Actions
- Создание Кампаний Actions
- Управление Кампаниями Actions
- Финансы Actions
- Параметры Кампаний Actions
- Медиа Actions
- Календарь Акций Actions
Overview
This node interacts with the Wildberries (WB) API to retrieve advertising budget information for a specified campaign. It is useful in scenarios where users want to automate the retrieval of financial data related to their advertising campaigns on the WB platform, such as monitoring budgets or integrating this data into reporting workflows.
For example, a marketing analyst could use this node to fetch the current advertising budget of a campaign by its ID and then process or visualize this data within an n8n workflow.
Properties
| Name | Meaning |
|---|---|
| Id | The unique numeric identifier of the advertising campaign whose budget you want to retrieve. |
Output
The node outputs JSON data containing the advertising budget details for the specified campaign ID. The exact structure depends on the WB API response but typically includes fields such as budget amounts, currency, campaign status, and other relevant financial metrics.
No binary data output is indicated.
Dependencies
- Requires access to the Wildberries API.
- Needs an API authentication token or key configured in n8n credentials (referred generically as "an API key credential").
- The base URL and request headers are preconfigured based on the bundled OpenAPI specification.
Troubleshooting
- Missing or invalid campaign ID: Ensure the "Id" property is provided and corresponds to an existing campaign.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network or API errors: Check connectivity to the WB API endpoint and confirm the service is operational.
- Unexpected API response: Confirm that the API version matches the node's expected schema; if the API changes, the node may need updating.
Links and References
- Wildberries API Documentation (general reference for WB API)
- n8n documentation on creating custom nodes