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, specifically enabling management of shopping catalogs and related entities. The "Delete Catalog" operation under the "Shopping & Catalogs" resource allows users to delete a specified shopping catalog from their Pinterest account.

Common scenarios where this node is beneficial include:

  • Automating the removal of outdated or obsolete product catalogs from Pinterest.
  • Managing multiple catalogs programmatically as part of an e-commerce workflow.
  • Cleaning up test or temporary catalogs created during development or marketing campaigns.

Practical example:

  • An e-commerce business uses this node in an automated workflow to delete a product catalog that is no longer relevant after a seasonal sale ends, ensuring their Pinterest presence stays current.

Properties

Name Meaning
Catalog ID The unique identifier of the shopping catalog to delete. This is required to specify which catalog will be removed.

Output

The node outputs JSON data representing the response from the Pinterest API after attempting to delete the catalog. Typically, this will confirm successful deletion or provide error details if the operation failed.

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 Pinterest's Shopping Catalogs API.
  • Proper configuration of these credentials within 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.
  • Catalog Not Found: If the specified Catalog ID does not exist or is incorrect, the API will return an error. Double-check the Catalog ID input.
  • Permission Issues: Ensure that the OAuth2 credentials have sufficient permissions to delete catalogs on Pinterest.
  • Network or API Errors: Transient network issues or Pinterest API downtime can cause failures. Retry the operation after some time.
  • Continue On Fail: If enabled, the node will continue processing other items even if one fails, returning error details in the output.

Links and References

Discussion