OpenAgent
ConnectorsPipes

Threads

Connect Meta Threads to an OpenAgent Store.

Threads

The Threads Pipe answers replies and mentions on Meta Threads with an OpenAgent agent.

Configuration

FieldValue
TypeThreads
StoreThe Store whose agent should reply.
TokenYour Threads access token.
App SecretYour Meta app's App Secret.
DomainYour public base URL.

Webhook

In the Meta Developer Console, configure the Threads webhook with:

  • Callback URL: https://<your-domain>/api/chat-webhook/threads/<pipe-name>
  • Verify token: the Pipe's ID (its name).

Meta sends the hub.challenge verification handshake when you save the webhook; OpenAgent completes it automatically. Each incoming reply or mention is routed to the Store's agent, and the response is posted back to the same thread.

On this page