Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
This node provides enhanced integration with the Pinterest API v5, enabling comprehensive management of Pinterest resources within n8n workflows. Specifically, for the "Advertising & Campaigns" resource and the "Delete Ad" operation, it allows users to delete an existing ad from a specified advertising account on Pinterest.
This functionality is beneficial in scenarios where automated campaign management is required, such as pausing or removing underperforming ads, cleaning up outdated campaigns, or integrating Pinterest ad management into broader marketing automation workflows.
Example use case: Automatically deleting ads that have reached their budget limit or are no longer relevant, triggered by external events or schedules.
Properties
| Name | Meaning |
|---|---|
| Ad ID | The unique identifier of the ad to be deleted. |
Output
The node outputs JSON data representing the response from the Pinterest API after attempting to delete the specified ad. This typically includes confirmation of deletion or details about the deleted ad. If the deletion fails, error information will be provided in the output.
No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key credential for the external service referred to as "N8N Tools API".
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses helper classes to interact with various Pinterest API endpoints, including the Ads & Campaigns API.
- Proper configuration of these credentials in n8n is necessary for successful execution.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that the API key credential is correctly configured and active.
- Authorization Errors: Ensure that the Pinterest OAuth2 credentials have sufficient permissions to manage ads.
- Ad Not Found: If the specified Ad ID does not exist or is incorrect, the API may return an error. Double-check the Ad ID value.
- Network Issues: Connectivity problems can cause request failures; ensure network access to the Pinterest API endpoints.
- Continue On Fail: If enabled, the node will continue processing other items even if one fails, returning error details per item.