Actions74
- Lists Actions
- Tweets Actions
- Users Actions
- Timelines Actions
- Media Actions
- Spaces Actions
- Direct Messages Actions
- Analytics Actions
- Compliance Actions
Overview
This node provides enhanced integration with the X (formerly Twitter) API v2, enabling various operations on Twitter resources within n8n workflows. Specifically for the Lists resource and the Follow List operation, it allows a user to follow a specified Twitter List by its ID. This is useful for automating social media management tasks such as subscribing to curated lists of users to monitor their tweets or activities.
Practical example:
A marketing team can use this node to automatically follow relevant Twitter Lists that aggregate influencers or competitors, ensuring they stay updated on important conversations without manual intervention.
Properties
| Name | Meaning |
|---|---|
| List ID | The unique identifier of the Twitter List to follow |
Output
The node outputs JSON data representing the response from the Twitter API after attempting to follow the specified list. This typically includes confirmation details about the follow action or any metadata returned by the API.
If multiple input items are processed, the output will be an array of such JSON objects, each corresponding to one input item.
No binary data output is produced by this operation.
Dependencies
- Requires an active subscription and valid API key for the external "N8N Tools API" service used for validation.
- Requires OAuth2 or API credentials configured in n8n to authenticate with the Twitter API.
- The node internally uses a helper class to interact with Twitter's API v2 endpoints.
Troubleshooting
Invalid subscription or API key error:
If the node throws an error indicating invalid subscription or API key, verify that the API key credential for the external validation service is correctly set up and active.Twitter API errors:
Errors from Twitter (e.g., invalid List ID, permission issues) will be surfaced. Ensure the List ID is correct and the authenticated user has permission to follow the list.Continue on Fail:
If enabled, the node will continue processing subsequent items even if some fail, returning error details per failed item.