N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

The "Get Board" operation of the Pinterest Enhanced node retrieves detailed information about a specific Pinterest board by its ID. This operation is useful for workflows that need to access board metadata, such as name, description, privacy settings, and optionally private metrics or custom fields.

Typical use cases include:

  • Fetching board details to display or process in other systems.
  • Integrating Pinterest board data into marketing dashboards.
  • Automating content management by retrieving board info before updating or analyzing it.

Example: A social media manager can automate the retrieval of a board's details to monitor its status or update related records in a CRM system.

Properties

Name Meaning
Board ID The unique identifier of the Pinterest board to retrieve.
Include Private Metrics Boolean flag to include private metrics in the response (requires elevated access).
Custom Fields Comma-separated list of additional custom fields to include in the response.

Output

The output JSON contains the detailed data of the requested Pinterest board. This includes standard board properties such as name, description, privacy status, and any additional fields specified via the "Custom Fields" property. If "Include Private Metrics" is enabled and permitted, private analytics or metrics related to the board may also be included.

The node does not output binary data for this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the external N8N Tools API service.
  • Requires Pinterest OAuth2 authentication credentials to access Pinterest API endpoints.
  • The node internally uses a Pinterest API client wrapper to perform the request.

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 errors occur, check that the authenticated Pinterest account has the necessary permissions.
  • Board Not Found: Providing an incorrect or non-existent Board ID will result in an error; ensure the Board ID is valid and accessible by the authenticated user.
  • Network or API Errors: General HTTP or API errors should be retried or investigated based on the error message returned.

Links and References

Discussion