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 'Follow Requests' resource with the 'Get Follow Requests' operation, it retrieves the list of follow requests for the authenticated user from a specified Mastodon instance. This is useful for managing and reviewing incoming follow requests on Mastodon accounts programmatically.
Use Case Examples
- Automatically fetch and process follow requests to approve or deny them based on custom criteria.
- Integrate Mastodon follow request data into a CRM or notification system to keep track of new followers.
Properties
| Name | Meaning |
|---|---|
| Mastodon URL | The URL of the Mastodon instance to connect to for retrieving follow requests. |
Output
JSON
json- The JSON object containing the list of follow requests retrieved from the Mastodon instance.
Dependencies
- Requires an OAuth2 API credential for Mastodon authentication to access the Mastodon API.
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 follow requests.
- If the operation is not implemented or the resource name is incorrect, the node will throw an error indicating the operation or resource is not supported.