N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

This node provides integration with Pinterest's API v5 through a comprehensive set of operations grouped by resource categories. Specifically, the "Business Tools" resource includes operations to manage Pinterest business-related features such as domain verification, Pinterest tags, business profiles, and business insights.

The Delete Pinterest Tag operation allows users to remove an existing Pinterest Tag from their business account. Pinterest Tags are used for tracking conversions and user behavior on websites, so deleting a tag might be necessary when it is no longer needed or if it was created incorrectly.

Common scenarios:

  • Removing outdated or unused Pinterest Tags to keep your tracking setup clean.
  • Managing Pinterest Tags programmatically as part of automated workflows.
  • Integrating Pinterest business management into larger marketing automation pipelines.

Practical example:
A marketing team uses this node in an n8n workflow to automatically delete Pinterest Tags that are no longer associated with active campaigns, ensuring only relevant tags remain active.

Properties

Name Meaning
Tag ID Pinterest Tag ID to delete

The node requires the Tag ID property, which uniquely identifies the Pinterest Tag to be deleted.

Output

The output of the node is a JSON object representing the response from the Pinterest Business Tools API after attempting to delete the specified Pinterest Tag. The exact structure depends on the API response but typically confirms successful deletion or provides error details.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for the external "N8N Tools API" service, which acts as a proxy/validation layer for Pinterest API calls.
  • Requires OAuth2 credentials for Pinterest API access.
  • The node internally uses multiple helper classes to interact with different Pinterest API endpoints, including the Business Tools API wrapper.
  • Proper configuration of these credentials in n8n is necessary for authentication and authorization.

Troubleshooting

  • Invalid subscription or API key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly configured and active.
  • Permission errors: Deleting a Pinterest Tag requires appropriate permissions on the Pinterest business account. Ensure the OAuth2 credentials have sufficient scopes.
  • Tag not found: If the provided Tag ID does not exist or is incorrect, the API will return an error. Double-check the Tag ID value.
  • Network or API errors: Temporary network issues or Pinterest API downtime can cause failures. Retry the operation later or check Pinterest status pages.

Links and References

Discussion