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 MessagePermanently remove a message from the organization.zulip.delete_message
- Get MessageRead one message by id, with its raw Markdown alongside.zulip.get_message
- List MessagesRead a window of messages around an anchor, optionally narrowed.zulip.get_messages
- List ChannelsRead the channels this account can see, so a later step can post to one.zulip.get_streams
- Get UserRead one user's profile by id.zulip.get_user
- List UsersRead every user in the organization.zulip.get_users
- Send MessageSend a message to a channel topic, or a direct message to people.zulip.send_message
- Update MessageEdit a message's content, change its topic, or move it to another channel.zulip.update_message
More in Chat & messaging
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.