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 notifications, including retrieving the count of unread notifications. It is useful for users who want to automate or integrate Mastodon notification management within their workflows. For example, it can be used to fetch the number of unread notifications to trigger alerts or further processing in an automation pipeline.
Use Case Examples
- Fetch the unread notification count from a specified Mastodon instance to monitor new interactions.
- Integrate Mastodon notifications with other services by retrieving unread counts and acting upon them automatically.
Properties
| Name | Meaning |
|---|---|
| Mastodon URL | The URL of the Mastodon instance to connect to for retrieving notifications, including unread counts. |
Output
JSON
unread_count- The number of unread notifications retrieved from the Mastodon instance.
Dependencies
- Requires an OAuth2 API credential for Mastodon to authenticate requests.
Troubleshooting
- Ensure the Mastodon URL is correct and accessible; incorrect URLs will cause connection failures.
- Verify that the OAuth2 credentials are valid and have the necessary permissions to access notifications.
- If the operation is not implemented for the resource, an error will be thrown indicating the unsupported operation.
- Network issues or Mastodon instance downtime can cause request failures; retry or check instance status.
Links
- Mastodon API Notifications - Official Mastodon API documentation for notifications, including unread count retrieval.