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 to perform various operations related to Mastodon resources. Specifically, for the 'Mutes' resource and 'Unmute Account' operation, it allows users to unmute a specified account on a Mastodon instance. This is useful for social media management workflows where automated control over account mutes is needed, such as unmuting accounts after a certain event or condition is met.
Use Case Examples
- Automatically unmute a user after a temporary mute period.
- Unmute multiple accounts based on a list of account IDs.
Properties
| Name | Meaning |
|---|---|
| Mastodon URL | The URL of the Mastodon instance to connect to. |
| Account ID | The ID of the account to unmute on the Mastodon instance. |
Output
JSON
json- The JSON response from the Mastodon API after unmuting the account, typically containing details about the unmuted account or confirmation of the action.
Dependencies
- Requires an OAuth2 API credential for Mastodon authentication to authorize API requests.
Troubleshooting
- Ensure the Mastodon URL is correct and accessible.
- Verify that the OAuth2 credentials are valid and have the necessary permissions to unmute accounts.
- Check that the Account ID is correct and corresponds to an account that is currently muted.
- Common errors include 'operation not implemented' if the operation name is incorrect, or API errors from Mastodon if the request is unauthorized or malformed.