N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

This node operation allows you to create a new board on Pinterest via the Pinterest API v5 integration. It is useful for users who want to programmatically organize and categorize their pins by creating boards with specific titles, descriptions, and privacy settings. For example, marketers can automate the creation of themed boards for campaigns, or content creators can organize their ideas into different boards without manual intervention.

Properties

Name Meaning
Title The title of the board to be created (max 100 characters).
Description Optional description of the board (max 800 characters).
Privacy Privacy setting of the board; options are: Public or Secret.
Include Private Metrics (Not used in this operation) Option to include private metrics if elevated access is granted.
Custom Fields (Not used in this operation) Comma-separated list of custom fields to include.

Output

The output JSON contains the response from the Pinterest API after creating the board. This typically includes details about the newly created board such as its unique ID, name, description, privacy status, and other metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the external "N8N Tools API" service.
  • Requires OAuth2 authentication credentials for Pinterest API access.
  • The node internally uses helper classes that wrap Pinterest API endpoints.
  • No additional environment variables are explicitly required beyond standard n8n credential setup.

Troubleshooting

  • Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that your API key credential is correct and has an active subscription.
  • Permission Issues: Creating boards requires appropriate permissions on the Pinterest account. Ensure the OAuth2 token has sufficient scopes.
  • Input Validation: Title is required and must not exceed 100 characters. Description is optional but limited to 800 characters.
  • API Rate Limits: Frequent calls may hit Pinterest API rate limits; handle errors accordingly.
  • Network Errors: Connectivity issues with the external API will cause failures; check network and proxy settings.

Links and References

Discussion