You can wire the Threads node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Threads under Credentials in the node settings. See Connecting credentials for the general flow.OAuth
Sign in with your Threads account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:threads_basicthreads_content_publishthreads_read_repliesthreads_manage_repliesthreads_manage_insightsthreads_manage_mentionsthreads_keyword_searchthreads_location_taggingthreads_deletethreads_profile_discovery
Access token
Enter the values manually when creating the credential. Get your credentials here.Operations
Advanced
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Custom Threads Request | threads_request | Make an arbitrary Threads Graph API request (escape hatch). |
Discovery
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Location | get_location | Get a Threads location object by ID. | |
| Get Mentions | get_mentions | List public Threads posts that mention the authenticated user. | |
| Keyword Search | keyword_search | Search public Threads posts by keyword or tag. | |
| Location Search | location_search | Search for a location to tag on a post. |
Insights
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Account Insights | account_insights | Get account/user-level Threads insights. | |
| Post Insights | post_insights | Get insights for a single Threads post. |
Posts
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Post | get_post | Get a single Threads post (media object) by ID. | |
| List Ghost Posts | list_ghost_posts | List the authenticated user’s ghost (ephemeral) posts. | |
| List My Posts | list_posts | List the authenticated user’s Threads posts. |
Profile
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get My Profile | get_me | Get the authenticated Threads user’s profile. | |
| List Public Profile Posts | list_public_posts | List a public Threads profile’s posts by username (>=100 followers). | |
| Look Up Public Profile | lookup_profile | Look up a public Threads profile by username (>=100 followers). |
Publishing
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Post Container | create_post | Create a Threads media container (step 1 of publishing). | |
| Delete Post | delete_post | Delete one of the authenticated user’s own Threads posts. | |
| Get Container Status | get_container_status | Check the processing status of a media container before publishing. | |
| Get Publishing Limit | get_publishing_limit | Get the user’s remaining publishing / reply / delete quota (per 24h). | |
| Publish Post | publish_post | Publish a previously-created Threads media container (step 2). |
Replies
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Approve / Ignore Pending Reply | manage_pending_reply | Approve or ignore a pending reply. | |
| Get Conversation | get_conversation | Get the full (flattened, nested) conversation for a Threads post. | |
| Get Pending Replies | get_pending_replies | List pending (approval-gated) replies on the user’s posts. | |
| Get Replies | get_replies | Get the top-level replies to a Threads post. | |
| Hide / Unhide Reply | hide_reply | Hide or unhide a reply on one of the user’s posts. | |
| List My Replies | list_my_replies | List replies authored by the authenticated user. |
Triggers
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Any Threads Event | on_any_threads_event | Yes | |
| On Delete | on_delete | Yes | |
| On Mention | on_mentions | Yes | |
| On Publish | on_publish | Yes | |
| On Reply | on_replies | Yes |