N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

This node integrates with the Pinterest API v5 via an enhanced API wrapper, enabling a wide range of Pinterest-related operations within n8n workflows. Specifically for the Boards resource and the Remove Board Collaborator operation, it allows users to remove a collaborator from a specified Pinterest board.

Use cases include managing team access to Pinterest boards by programmatically removing collaborators who no longer need access, automating board management in marketing workflows, or integrating Pinterest board permissions into larger social media management systems.

Example scenario: A marketing team uses this node to automatically revoke access for external collaborators once a campaign ends, ensuring only current team members can edit or contribute to the board.

Properties

Name Meaning
Include Private Metrics Boolean flag to include private metrics in responses (requires elevated access).
Custom Fields Comma-separated list of custom fields to include in the response data.

Note: For the Remove Board Collaborator operation specifically, the node expects parameters related to identifying the board and the collaborator to remove, but these are not explicitly listed in the provided properties JSON snippet. They are likely required inputs such as Board ID and Collaborator ID, inferred from typical API usage patterns.

Output

The node outputs JSON data representing the result of the Remove Board Collaborator operation. This typically includes confirmation of successful removal or error details if the operation fails.

  • The json output field contains the API response data.
  • No binary data output is indicated for this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the external "N8N Tools API" service that proxies or enhances Pinterest API calls.
  • Requires OAuth2 credentials for Pinterest API access.
  • The node internally uses multiple API wrappers for different Pinterest resources, including boards, pins, users, etc.
  • Proper configuration of these credentials in n8n is necessary for successful execution.

Troubleshooting

  • Invalid Subscription or API Key: If the node throws errors about invalid subscription or API key, verify that the API key credential is correctly configured and active.
  • Permission Errors: Removing a board collaborator requires appropriate permissions on the Pinterest board. Ensure the authenticated user has rights to modify collaborators.
  • Missing Required Parameters: Ensure all required parameters like Board ID and Collaborator ID are provided; missing these will cause errors.
  • API Rate Limits: Frequent calls may hit Pinterest API rate limits; handle errors gracefully and consider adding delays or retries.
  • Continue On Fail Behavior: The node supports continuing execution on failure for individual items, allowing partial success in batch operations.

Links and References


Note: The exact input parameters for the Remove Board Collaborator operation (such as collaborator identifier) are not explicitly detailed in the provided code or properties snippet but are expected to be part of the node's input parameters based on standard Pinterest API usage.

Discussion