Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
This node provides an integration with Pinterest's API v5 through a comprehensive set of operations grouped by resource types. Specifically, for the Business Tools resource and the Request Domain Verification operation, the node allows users to initiate domain verification for their website on Pinterest. This is useful for businesses wanting to claim ownership of their domains to access enhanced analytics, advertising features, and other business tools on Pinterest.
Typical use cases include:
- Automatically requesting domain verification as part of onboarding workflows for new business accounts.
- Integrating domain verification requests into marketing automation pipelines.
- Managing multiple domain verifications programmatically without manual intervention.
Example: A marketing team can use this node in an n8n workflow to request domain verification for their company website URL, enabling them to unlock Pinterest business features tied to that domain.
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 regarding the domain verification request. This typically includes status information about the verification request, any messages or errors returned by the API, and metadata related to the domain verification process.
No binary data output is involved in this operation.
Dependencies
- Requires an 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 several helper classes to interact with different Pinterest API endpoints, including the Business Tools API.
- The user must configure these credentials properly in n8n before using the node.
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 for the N8N Tools API is correct and active.
- HTTP errors during domain verification request: Network issues or incorrect website URLs may cause failures. Ensure the website URL is valid and accessible.
- Permission errors: The Pinterest OAuth2 credentials used must have sufficient permissions to perform domain verification requests.
- Continue On Fail: The node supports continuing execution on failure; enable this option if you want the workflow to proceed despite individual errors.
Links and References
- Pinterest Business Domain Verification Documentation
- Pinterest API v5 Reference
- n8n Documentation - Creating Custom Nodes
If you need details on other operations or resources, please let me know!