OCNORA

Twake

Chat & messagingAPI keycredential probe

Post, edit and read Twake channel messages and threads, and manage workspace channels, as a Twake application.

OCNORA ships 8 typed Twake 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.

Operations 8

  • Create Channel
    Create a channel in a workspace.
    twake.create_channel
  • Delete Message
    Remove a message from a thread permanently.
    twake.delete_message
  • Get Message
    Read one message from a thread.
    twake.get_message
  • List Channels
    Read the channels of a workspace, so a later step can post into one.
    twake.list_channels
  • List Thread Messages
    Read a page of the messages in a thread, newest first by default.
    twake.list_messages
  • Reply To Thread
    Add a message to an existing thread.
    twake.reply_to_thread
  • Send Channel Message
    Post a message to a channel by opening a new thread on it, and return that thread so replies can be added to it.
    twake.send_message
  • Update Message
    Replace the text or blocks of a message already posted in a thread.
    twake.update_message

Run your first Twake 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.