Skip to main content
The Threads node adds Threads operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Threads also includes 5 trigger operations (marked in the tables below) that can start a workflow when something happens in Threads.
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_basic
  • threads_content_publish
  • threads_read_replies
  • threads_manage_replies
  • threads_manage_insights
  • threads_manage_mentions
  • threads_keyword_search
  • threads_location_tagging
  • threads_delete
  • threads_profile_discovery

Access token

Enter the values manually when creating the credential. Get your credentials here.

Operations

Advanced

OperationIDDescriptionTrigger
Custom Threads Requestthreads_requestMake an arbitrary Threads Graph API request (escape hatch).

Discovery

OperationIDDescriptionTrigger
Get Locationget_locationGet a Threads location object by ID.
Get Mentionsget_mentionsList public Threads posts that mention the authenticated user.
Keyword Searchkeyword_searchSearch public Threads posts by keyword or tag.
Location Searchlocation_searchSearch for a location to tag on a post.

Insights

OperationIDDescriptionTrigger
Account Insightsaccount_insightsGet account/user-level Threads insights.
Post Insightspost_insightsGet insights for a single Threads post.

Posts

OperationIDDescriptionTrigger
Get Postget_postGet a single Threads post (media object) by ID.
List Ghost Postslist_ghost_postsList the authenticated user’s ghost (ephemeral) posts.
List My Postslist_postsList the authenticated user’s Threads posts.

Profile

OperationIDDescriptionTrigger
Get My Profileget_meGet the authenticated Threads user’s profile.
List Public Profile Postslist_public_postsList a public Threads profile’s posts by username (>=100 followers).
Look Up Public Profilelookup_profileLook up a public Threads profile by username (>=100 followers).

Publishing

OperationIDDescriptionTrigger
Create Post Containercreate_postCreate a Threads media container (step 1 of publishing).
Delete Postdelete_postDelete one of the authenticated user’s own Threads posts.
Get Container Statusget_container_statusCheck the processing status of a media container before publishing.
Get Publishing Limitget_publishing_limitGet the user’s remaining publishing / reply / delete quota (per 24h).
Publish Postpublish_postPublish a previously-created Threads media container (step 2).

Replies

OperationIDDescriptionTrigger
Approve / Ignore Pending Replymanage_pending_replyApprove or ignore a pending reply.
Get Conversationget_conversationGet the full (flattened, nested) conversation for a Threads post.
Get Pending Repliesget_pending_repliesList pending (approval-gated) replies on the user’s posts.
Get Repliesget_repliesGet the top-level replies to a Threads post.
Hide / Unhide Replyhide_replyHide or unhide a reply on one of the user’s posts.
List My Replieslist_my_repliesList replies authored by the authenticated user.

Triggers

OperationIDDescriptionTrigger
On Any Threads Eventon_any_threads_eventYes
On Deleteon_deleteYes
On Mentionon_mentionsYes
On Publishon_publishYes
On Replyon_repliesYes