Skip to main content

Threads

Threads is a separate connection from Instagram — it has its own webhook infrastructure and a Threads-specific event envelope. You can publish text, images, and video, and reply to comments.

Capabilities

Publish
Insights
Fetch comments
Reply to comments
Like comments
Send DM
Delete post
Comment automation✅ (reply only)

Media limits

ConstraintValue
Files0–10 (images and/or videos, mixed)
Video max size1 GB
Video max bitrate100 Mbps
Video aspect ratio0.01:1 to 1.91:1
Image max size8 MB
Image width320–1440 px
Image aspect ratio0.01:1 to 1.91:1

Text limits

  • text: 500 characters.
  • Optional altText on image media.

How data arrives

Threads has a dedicated webhook (/api/threads/webhook) with its own { app_id, topic, values } envelope. It handles:

  • publish / authorization.removed — drive schedule and account transitions.
  • replies / mentions — routed into the inbox.

Signature verification uses the same HMAC-SHA256 approach as the Meta webhook, keyed with the Threads client secret. See Webhooks.

Connect notes

  • Threads is a separate app/connection from Instagram, despite both being Meta properties.
  • See Connect a channel.