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 connector, providing comprehensive access to various Pinterest features. Specifically, for the Business Tools resource and the Create Business Profile operation, it allows users to create a new business profile on Pinterest by specifying the business name and type.

This functionality is beneficial for businesses or marketers who want to programmatically manage their Pinterest presence, automate profile creation, or integrate Pinterest business profiles into larger workflows such as marketing automation or CRM systems.

Example use case:
A marketing team automates onboarding of new clients by creating their Pinterest business profiles automatically when a new client is added to their system, ensuring consistent branding and faster setup.

Properties

Name Meaning
Business Name The name of the business for which the Pinterest business profile will be created.
Business Type The category/type of the business. Options: Small Business, Large Business, Brand, Individual, Non Profit

Output

The node outputs JSON data representing the response from the Pinterest API after creating the business profile. This typically includes details about the newly created business profile such as its ID, name, type, and other metadata returned by Pinterest.

No binary data output is involved in this operation.

Dependencies

  • Requires an active subscription and valid API key for the external "N8N Tools API" service that acts as a proxy or enhancer for Pinterest API calls.
  • Requires OAuth2 credentials for Pinterest API access.
  • The node internally uses multiple API wrapper classes for different Pinterest resources; for this operation, it uses the Business Tools API wrapper.
  • Proper configuration of these credentials and API keys within n8n is necessary for successful execution.

Troubleshooting

  • Invalid subscription or API key error: If the node throws an error indicating invalid subscription or API key, verify that the API key credential is correct and active.
  • Permission errors: Ensure that the Pinterest OAuth2 credentials have sufficient permissions to create business profiles.
  • Missing required parameters: The operation requires both "Business Name" and "Business Type". Omitting either will cause validation errors.
  • API rate limits: Be aware of Pinterest API rate limits; excessive requests may result in throttling or temporary blocks.
  • Network issues: Connectivity problems between n8n and the external API endpoints can cause request failures.

Links and References


If you need summaries for other operations or resources, feel free to ask!

Discussion