Actions25
- Advertising Actions
- Analytics Actions
- Bluesky Actions
- Competitor Actions
- Facebook Actions
- Instagram Actions
- LinkedIn Actions
- Pinterest Actions
- Post Actions
- Thread Actions
- TikTok Actions
- Twitch Actions
- X (Twitter) Actions
- YouTube Actions
Overview
The node integrates with the Metricool social media management platform, enabling users to interact with various social media resources and operations through Metricool's API. Specifically, for the Twitch resource with the "Get Videos" operation, it allows retrieving video data from Twitch channels managed via Metricool.
This node is beneficial for social media managers or marketers who want to automate the retrieval of Twitch video analytics or content data within their workflows. For example, a user can fetch videos published between specific dates to analyze performance or repurpose content.
Properties
| Name | Meaning |
|---|---|
| Blog ID | The blog ID of the Metricool brand account (a numeric identifier for the brand). |
| Start Date | The start date for retrieving videos, formatted as YYYY-MM-DD. |
| End Date | The end date for retrieving videos, formatted as YYYY-MM-DD. |
Output
The node outputs JSON data representing the retrieved Twitch videos within the specified date range for the given blog ID. The exact structure depends on the Metricool API response but typically includes details such as video IDs, titles, URLs, publish dates, and possibly metrics related to each video.
No binary data output is indicated for this operation.
Dependencies
- Requires an active Metricool API key credential configured in n8n.
- The node makes authenticated HTTP requests to the Metricool API endpoint at
https://api.metricool.com/v1. - Proper configuration of the Metricool account and associated brand/blog IDs is necessary.
Troubleshooting
Common Issues:
- Invalid or missing Blog ID may result in errors or empty responses.
- Incorrect date formats for Start Date or End Date can cause request failures.
- Network or authentication issues if the API key is invalid or expired.
Error Messages:
"Unknown resource: twitch"or"Unknown operation: getVideos"indicates misconfiguration of resource or operation parameters.- API errors returned by Metricool will be included in the node's error output if "Continue On Fail" is enabled.
Resolutions:
- Verify that the Blog ID corresponds to a valid Metricool brand account.
- Ensure dates are correctly formatted as YYYY-MM-DD.
- Confirm the API key credential is valid and has necessary permissions.
Links and References
- Metricool API Documentation (general reference; actual URL may vary)
- Twitch Developer Documentation (for understanding Twitch video data context)
Note: This summary is based on static analysis of the provided source code and property definitions without runtime execution.