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 "Like Pin" operation in the Pinterest Enhanced node allows users to like a specific Pinterest pin programmatically within an n8n workflow. This is useful for automating engagement actions on Pinterest, such as liking pins based on certain triggers or criteria without manual intervention.
Common scenarios include:
- Automatically liking pins that match certain search criteria.
- Engaging with user content as part of social media management automation.
- Integrating Pinterest engagement into broader marketing workflows.
For example, you could set up a workflow that searches for pins related to a trending topic and automatically likes them to increase interaction.
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 general input options available for multiple resources including Pins, Boards, and Users. For the "Like Pin" operation specifically, the key input is the Pin ID (not listed here but required), which identifies the pin to be liked.
Output
The output JSON contains the result of the "like pin" action. Typically, this will be a confirmation object indicating success or details about the liked pin. The exact structure depends on the Pinterest API response but generally includes metadata about the like action.
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 OAuth2 authentication credentials for Pinterest API access.
- The node uses several internal API wrapper classes to interact with Pinterest endpoints.
- Proper configuration of these credentials in n8n is necessary for successful execution.
Troubleshooting
- Invalid Subscription or API Key: If the node throws errors related to invalid subscription or API key, verify that your API key credential is correct and active.
- Permission Errors: Liking a pin may require appropriate permissions; ensure the OAuth2 token has the necessary scopes.
- Pin Not Found: If the specified Pin ID does not exist or is incorrect, the operation will fail.
- Rate Limits: Pinterest API rate limits may cause failures if too many requests are made in a short time.
To resolve errors:
- Double-check all input parameters, especially the Pin ID.
- Confirm credentials and API keys are correctly configured.
- Review Pinterest API documentation for permission requirements.
Links and References
- Pinterest API Documentation
- n8n Documentation
- N8N Tools API Service (for subscription and API key management)