eavz
Threads

Threads

Text-based social platform by Meta for sharing ideas and conversations

5 actions
1 trigger

Actions

Name
create_post

Create and publish a new post on Threads

get_profile

Get the authenticated Threads user profile

list_posts

List posts from the authenticated Threads account

get_insights

Get insights metrics for the authenticated Threads account

custom_api_call

Make a custom API call to the Threads API

Triggers

Name
new_reply

Triggers when a new reply is received on a Threads post

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'threads',
  actionName: 'create_post',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Threads to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Threads support?

Threads supports 5 actions including Create Post, Get Profile, List Posts, Get Insights, Custom API Call.

Can I use Threads with AI agents?

Yes. Add Threads to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Threads use?

Threads uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Threads integration cost?

The Threads integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Threads support?

Threads supports 1 triggers including New Reply.

Connect Threads in 2 minutes

Get 1,000 free actions every month. No credit card required.