Skip to content
OtherReal-timeUpdated May 2026

Threads

Threads (Meta) post publishing

Threads is Meta's text-first social network — built as a Twitter alternative, tightly integrated with Instagram for follow graph and auth. Tiny Command exposes three actions, no triggers (Threads doesn't currently expose webhook-style event delivery for posts or replies): Create Post Container (step 1) (Threads requires a two-step publish — first create the post container with text and optional media), Publish Post (step 2) (publish the previously created container, returns the live post ID), Get Post (read a post's content and engagement). The connection uses Meta Graph OAuth with threads_basic and threads_content_publish scopes, scoped to the connected Instagram-linked Threads account. The two-step publish is a Threads API convention — Create the container, then Publish moves it live. For workflows that need to publish cross-network (e.g., cross-post from Bluesky or X to Threads), this is the path.

0triggers
3actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Threads 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.

ActionWhat it does
Create Post ContainerStep 1 of Threads publishing: stages the post (text, media URL, alt text) and returns a creation_id. Pair with Publish Post to actually push it live.
Get PostRetrieves a Threads post by its media ID with engagement counts and metadata. Useful to read back details after publishing or for reporting.
Publish PostStep 2 of Threads publishing: publishes a previously staged container (creation_id) and returns the live media ID. Recommended to wait a few seconds between staging and publish for media processing.
Recipes

Pre-built Threads workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Threads once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Threads field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Threads integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Threads to Tiny Command?
Open the Tiny Command workflow builder, drop in a Threads node, and click Connect. Authorize Threads once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Threads triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Threads today. Use Tiny Command's universal Webhook or Schedule trigger to start Threads workflows, then run any Threads action you need.
What Threads actions can I run from a workflow?
3 Threads actions are available out of the box, covering other operations like "Create Post Container". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Threads integration real-time?
Threads actions execute synchronously inside your workflow. Tiny Command waits for Threads's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Threads with Tiny Command?
No. Every Threads trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Threads API endpoint directly.
How much does the Threads integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Threads integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Threads, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Threads.

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.