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
The "Send Pin" operation in the Pinterest Enhanced node allows users to send a Pinterest pin through engagement features provided by the Pinterest API. This operation is part of a comprehensive Pinterest integration that supports various resources such as Pins, Boards, Users, and more.
This node is beneficial for automating Pinterest workflows where you want to programmatically share or send pins to other users or platforms, enabling marketing automation, content distribution, or social media management tasks.
Practical examples include:
- Automatically sending a newly created pin to collaborators or followers.
- Sharing pins as part of a campaign workflow.
- Integrating Pinterest pin sharing into broader marketing automation pipelines.
Properties
| Name | Meaning |
|---|---|
| Include Private Metrics | Boolean flag to include private metrics in responses (requires elevated access). |
| Custom Fields | Comma-separated list of custom fields to include in the response data. |
These properties are generic across multiple resources including Pins, Boards, and Users, allowing customization of the data returned or included in operations.
Output
The output of the "Send Pin" operation is a JSON object representing the result of the send action performed on the specified pin. The exact structure depends on the Pinterest API response but typically includes confirmation details about the sent pin, such as status or metadata related to the send action.
If the node outputs binary data (not typical for this operation), it would represent media associated with the pin, but this operation primarily deals with JSON data confirming the send action.
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 uses several internal API wrapper classes to interact with different Pinterest API endpoints.
- Proper configuration of these credentials in n8n is necessary for successful execution.
Troubleshooting
- Invalid Subscription or API Key: If the node throws errors indicating invalid subscription or API key, verify that the API key credential is correctly configured and active.
- Permission Errors: Including private metrics requires elevated access; ensure your Pinterest account and API credentials have the necessary permissions.
- API Rate Limits: Frequent calls may hit rate limits imposed by Pinterest or the intermediary API service; consider adding delays or error handling for rate limit responses.
- Missing Required Parameters: Ensure all required parameters for the "Send Pin" operation are provided; missing or incorrect IDs will cause failures.
- Network Issues: Connectivity problems between n8n and the Pinterest API or the N8N Tools API can cause request failures; check network settings and proxy configurations if applicable.