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 enhanced integration with the Pinterest API v5, enabling users to interact with various Pinterest resources such as Pins, Boards, Users, Shopping Catalogs, Advertising Campaigns, Analytics, Engagement Features, Business Tools, and Search & Discovery. Specifically, for the Engagement Features resource and the Add Pin Reaction operation, the node allows users to add a reaction (like, love, wow, haha, sad, angry) to a specific Pinterest pin.
This functionality is useful in scenarios where you want to programmatically engage with Pinterest content by reacting to pins, for example:
- Automating social media engagement workflows.
- Tracking user interactions or sentiment on pins.
- Enhancing marketing campaigns by adding reactions based on certain triggers.
Properties
| Name | Meaning |
|---|---|
| Reaction Type | The type of reaction to add to the pin. Options: Like, Love, Wow, Haha, Sad, Angry |
Output
The node outputs JSON data representing the response from the Pinterest API after adding the reaction to the specified pin. This typically includes details about the reaction added or confirmation of the action's success.
If multiple items are processed, the output is an array of such JSON objects, each corresponding to an input item.
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 that acts as a proxy/validation layer for Pinterest API calls.
- Requires OAuth2 credentials for Pinterest API access.
- The node internally uses several API wrapper classes for different Pinterest resources; for this operation, it uses the Engagement Features API wrapper.
- Proper configuration of these credentials in n8n is necessary before use.
Troubleshooting
- Invalid subscription or API key error: If the node throws an error indicating invalid subscription or API key, verify that your API key credential is correct and active.
- Permission errors: Ensure that the Pinterest OAuth2 credentials have sufficient permissions to add reactions to pins.
- Pin ID missing or incorrect: Although not explicitly shown here, the operation requires a valid Pin ID parameter (not listed in the provided properties but implied). Make sure the Pin ID is correctly provided in the node parameters.
- Reaction type validation: Only the predefined reaction types are accepted. Using an unsupported value will cause an error.
- API rate limits: Be aware of Pinterest API rate limits which may cause temporary failures if exceeded.