Actions48
- Account Actions
- Authentication Actions
- Blocks Actions
- Bookmarks Actions
- Favourites Actions
- Featured Tags Actions
- Follow Requests Actions
- Media Actions
- Mutes Actions
- Notifications Actions
- Status Actions
- Timeline Actions
- Polls Actions
Overview
This node interacts with the Mastodon API, specifically supporting various resources and operations including managing featured tags. For the Featured Tags resource with the Feature Tag operation, it allows users to feature a specific hashtag on a Mastodon instance. This is useful for highlighting popular or important tags within a Mastodon community, enhancing visibility and engagement.
Use Case Examples
- Feature a hashtag like #n8n on a Mastodon instance to promote community discussions.
- Use the node to programmatically manage featured tags across multiple Mastodon instances for social media campaigns.
Properties
| Name | Meaning |
|---|---|
| Mastodon URL | The URL of the Mastodon instance to connect to, required to direct API requests to the correct server. |
| Tag Name | The name of the hashtag to feature, specifying which tag should be highlighted on the Mastodon instance. |
Output
JSON
json- The JSON response from the Mastodon API after featuring the tag, typically containing details about the featured tag or confirmation of the action.
Dependencies
- Requires an OAuth2 API credential for Mastodon to authenticate and authorize API requests.
Troubleshooting
- Common issues include incorrect Mastodon instance URL or invalid OAuth2 credentials, which can cause authentication failures.
- If the operation or resource is not implemented, the node throws an error indicating the unsupported action.
- Network issues or API rate limits from the Mastodon server may cause request failures.
Links
- Mastodon API - Featured Tags - Official Mastodon API documentation for managing featured tags.