OCNORA

Twist

Chat & messagingOAuth 2.0Bearer tokencredential probe

Post and read Twist threads, thread comments and direct-conversation messages through the v3 API.

OCNORA ships 8 typed Twist operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.twist.com/api/v3 through the HTTP node with the same credential.

Operations 8

  • Add Comment
    Post a comment as a reply inside an existing thread.
    twist.add_comment
  • Send Conversation Message
    Post a message into a direct conversation rather than a channel thread.
    twist.add_message
  • Add Thread
    Start a new titled thread in a channel.
    twist.add_thread
  • List Comments
    Read a page of the comments on a thread.
    twist.get_comments
  • Get Thread
    Read one thread by its id.
    twist.get_thread
  • List Threads
    Read a page of the threads in a channel.
    twist.get_threads
  • Remove Thread
    Delete a thread and every comment on it, permanently.
    twist.remove_thread
  • Update Thread
    Change a thread's title, body or notified recipients.
    twist.update_thread

Run your first Twist workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.