N8N Tools - Pinterest Enhanced icon

N8N Tools - Pinterest Enhanced

Comprehensive Pinterest API v5 integration for N8N workflows

Overview

This node provides enhanced integration with the Pinterest API v5, enabling a wide range of Pinterest-related operations within n8n workflows. Specifically for the Business Tools resource and the Verify Domain operation, it allows users to verify ownership of a domain by providing the website URL. This is useful for businesses that want to confirm their domain ownership on Pinterest to access additional business features such as analytics, advertising, and enhanced profile capabilities.

Common scenarios include:

  • Verifying your company’s website domain to enable Pinterest business tools.
  • Automating domain verification as part of onboarding or marketing workflows.
  • Integrating domain verification status checks into larger Pinterest management processes.

Example use case:

  • A marketing automation workflow that requests domain verification for a new website and then verifies it automatically once the required HTML tag or DNS record is added.

Properties

Name Meaning
Website URL The URL of the website domain to verify

Output

The node outputs JSON data representing the response from the Pinterest Business Tools API related to domain verification. This typically includes information about the verification request status or the result of the verification check.

The output JSON structure depends on the specific API response but generally contains fields indicating success, verification status, and any relevant metadata returned by Pinterest.

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, which acts as a proxy or middleware for Pinterest API calls.
  • Requires OAuth2 credentials for Pinterest API access.
  • The node internally uses multiple API wrapper classes for different Pinterest resources; for Business Tools, it uses a dedicated BusinessToolsApi class.
  • Proper configuration of these credentials in n8n is necessary before using the node.

Troubleshooting

  • Invalid subscription or API key error: If you receive errors indicating invalid subscription or API key, verify that your API key credential is correct and active.
  • Domain verification failure: Ensure that the domain's verification method (e.g., HTML tag) has been correctly implemented on your website before calling the verify operation.
  • HTTP errors from the N8N Tools API: These may indicate network issues or misconfiguration of credentials.
  • Continue On Fail: The node supports continuing execution on individual item failures, allowing partial success in batch operations.

Links and References

Discussion