Mastodon integration
Mastodon is an open-source, decentralized social network.
To integrate Mastodon to Windmill, you need to save the following elements as a resource.
Property | Type | Description | Default | Required | Where to Find |
---|---|---|---|---|---|
baseUrl | string | The URL of the Mastodon instance (e.g., "https://mastodon.example.com") | true | Provided by your Mastodon hosting provider or Mastodon instance URL for self-hosted instances | |
token | string | An access token to act as a logged-in user | false | Mastodon > Preferences > Development > Your Applications > New Application > Generate access token |
Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.
Example of a Supabase resource being used in two different manners from a script in Windmill.