- Integrations
- /
- Mastodon
Mastodon
Mastodon decentralised social posting
Mastodon is the federated, open-source social network — each Mastodon instance is its own server with its own community rules, but all instances interoperate via ActivityPub so a user on mastodon.social can follow and reply to a user on hachyderm.io. Tiny Command exposes five actions, no triggers (Mastodon's streaming API uses WebSockets rather than HTTP webhooks; for event-driven workflows that want to react to mentions or DMs, use an instance-side hook or schedule polling against the notifications endpoint): Post Status (the "toot" — text up to the instance's character limit, usually 500), Get Status, Get Home Timeline (paginated feed of the connected user's follows), Get My Account, Follow Account. The connection requires the instance URL plus OAuth — each instance is its own OAuth provider, so connecting a new instance requires registering an app there first (Tiny Command handles this automatically on connect). Post Status accepts visibility (public, unlisted, private, direct) plus content_warning (the CW field that hides content behind a click).
Do anything Mastodon can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Follow Mastodon Account | Follows a Mastodon account by ID. For "auto-follow accounts that fit our interest pattern" or "follow back our followers" workflows. |
| Get Mastodon Home Timeline | Returns recent posts from accounts the user follows. Useful for "summarise my Mastodon feed daily" or analysis-of-network-activity workflows. |
| Get My Mastodon Account | Returns the connected user's account info — display name, followers, posts count. Useful for introspection workflows. |
| Get Mastodon Status | Returns a specific post (toot) by ID with content, author, engagement counts. For analysis of specific posts after they're identified upstream. |
| Post Mastodon Status | Posts a toot with text up to the instance's limit (default 500 chars), optional visibility (public/unlisted/private/direct) and content warning. For cross-network publishing workflows. |
Pre-built Mastodon workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Mastodon once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Mastodon field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Mastodon integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Mastodon to Tiny Command?
What Mastodon triggers does Tiny Command support?
What Mastodon actions can I run from a workflow?
Is the Mastodon integration real-time?
Do I need to write code to use Mastodon with Tiny Command?
How much does the Mastodon integration cost?
More other apps people connect.
Same category as Mastodon, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Mastodon.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.