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 "Follow Board" operation in the Boards resource allows users to follow a specific Pinterest board. This action enables the user to receive updates and see new pins from that board in their feed, facilitating content discovery and engagement with topics or creators of interest.
Common scenarios where this node is beneficial include:
- Automating the process of following boards based on certain triggers or criteria in a workflow.
- Integrating Pinterest board following into broader social media management or marketing automation workflows.
- Keeping track of relevant boards for market research or content curation purposes.
For example, a marketer could use this node to automatically follow competitor boards or trending topic boards to monitor new content and trends.
Properties
| Name | Meaning |
|---|---|
| Board ID | The unique identifier of the Pinterest board to follow. |
| Include Private Metrics | Whether to include private metrics in responses (not applicable for follow operation). |
| Custom Fields | Comma-separated list of custom fields to include in the response (not applicable here). |
Note: For the "Follow Board" operation specifically, only the Board ID property is required and used.
Output
The output JSON contains the response from the Pinterest API confirming the follow action. It typically includes details about the followed board or a success confirmation object.
The node does not output binary data for this operation.
Example output structure (simplified):
{
"id": "board_id",
"name": "Board Name",
"followed": true,
...
}
This confirms that the board has been successfully followed.
Dependencies
- Requires an active subscription and valid API key for the external service providing enhanced Pinterest API access.
- Needs proper credentials configured in n8n for authentication with the Pinterest API.
- The node uses an internal validation call to verify the API key before executing operations.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that the API key credential is correctly set up and active.
- Board Not Found: Providing an incorrect or non-existent Board ID will result in an error. Double-check the Board ID value.
- Permission Issues: Following some boards may require elevated permissions or account capabilities; ensure the authenticated user has rights to follow the target board.
- Network or API Errors: Temporary network issues or Pinterest API downtime can cause failures. Retry after some time or check service status.