N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

The "Get Board Collaborators" operation of the Boards resource in this Pinterest integration node retrieves the list of collaborators for a specified Pinterest board. This is useful for workflows that need to manage or audit who has access to contribute content on a particular board.

Typical use cases include:

  • Monitoring team members collaborating on marketing or project boards.
  • Automating notifications or reports about board collaborators.
  • Integrating collaborator data into broader project management or CRM systems.

For example, a marketing team could use this node to automatically fetch and log all collaborators on a campaign board to ensure proper access control.

Properties

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

Output

The node outputs an array of JSON objects representing the collaborators of the specified board. Each object contains detailed information about a collaborator, potentially including user profile data and collaboration status.

If the "Include Private Metrics" option is enabled and the user has elevated access, additional private metrics related to collaborators may be included.

No binary data output is produced by this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the external "N8N Tools API" service, which acts as a proxy and validator for Pinterest API calls.
  • Requires OAuth2 authentication credentials for Pinterest API access.
  • The node internally uses multiple helper classes to interact with different Pinterest API endpoints, but for this operation, it specifically uses the Engagement Features API client.

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.
  • Insufficient Permissions: Enabling "Include Private Metrics" requires elevated access; if unauthorized, the API may reject the request.
  • Missing or Incorrect Board ID: Ensure the board ID parameter is correctly provided when invoking this operation (not shown explicitly in properties here but required in context).
  • API Rate Limits: Frequent requests might hit Pinterest API rate limits; consider adding delays or handling retries.

Links and References


Note: The above summary is based on static analysis of the node's source code and property definitions for the "Boards" resource and "Get Board Collaborators" operation only.

Discussion