OCNORA

Zulip

Chat & messagingUsername & passwordAPI keycredential probe

Send, read, edit and delete Zulip messages, and list the organization's channels and users, through the v1 REST API.

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

  • Delete Message
    Permanently remove a message from the organization.
    zulip.delete_message
  • Get Message
    Read one message by id, with its raw Markdown alongside.
    zulip.get_message
  • List Messages
    Read a window of messages around an anchor, optionally narrowed.
    zulip.get_messages
  • List Channels
    Read the channels this account can see, so a later step can post to one.
    zulip.get_streams
  • Get User
    Read one user's profile by id.
    zulip.get_user
  • List Users
    Read every user in the organization.
    zulip.get_users
  • Send Message
    Send a message to a channel topic, or a direct message to people.
    zulip.send_message
  • Update Message
    Edit a message's content, change its topic, or move it to another channel.
    zulip.update_message

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