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 "Unfollow Board" operation in the Pinterest Enhanced node allows users to unfollow a specific Pinterest board. This is useful for managing the boards a user follows, helping keep their feed relevant and personalized by removing boards they no longer wish to follow.
Practical scenarios include:
- Automating cleanup of followed boards based on certain criteria.
- Integrating with workflows that manage Pinterest engagement or content curation.
- Unfollowing boards programmatically as part of social media management tasks.
Properties
| Name | Meaning |
|---|---|
| Board ID | The unique identifier of the Pinterest board to unfollow. |
| Include Private Metrics | Whether to include private metrics in the response (requires elevated access). |
| Custom Fields | Comma-separated list of custom fields to include in the response. |
Output
The output JSON contains the response from the Pinterest API after attempting to unfollow the specified board. It typically includes confirmation of the unfollow action or any relevant metadata returned by the API.
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.
- Requires Pinterest API credentials configured in n8n for authentication.
- The node uses the Pinterest API v5 via the N8N Tools API proxy.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error about invalid subscription or API key, verify that the API key credential is correctly set up and active.
- Board ID Missing or Incorrect: Ensure the Board ID provided is correct and corresponds to a board the authenticated user can access.
- Permission Issues: Including private metrics requires elevated access; without it, the request may fail or omit those details.
- API Rate Limits: Frequent calls might hit rate limits imposed by Pinterest or the proxy API, causing errors or delays.