Skip to content

Zulip#

Zulip is an open source chat and collaborative software. In Zulip, communication occurs in streams (which are like channels in IRC).

Credentials

You can find authentication information for this node here.

Basic Operations#

  • Message
    • Delete a message
    • Get a message
    • Send a private message
    • Send a message to stream
    • Update a message
    • Upload a file
  • Stream
    • Create a stream.
    • Delete a stream.
    • Get all streams.
    • Get subscribed streams.
    • Update a stream.
  • User
    • Create a user.
    • Deactivate a user.
    • Get a user.
    • Get all users.
    • Update a user.

Example Usage#

This workflow allows you to send a private message on Zulip. You can also find the workflow on the website. This example usage workflow would use the following two nodes. - Start - Zulip

The final workflow should look like the following image.

A workflow with the Zulip node

1. Start node#

The start node exists by default when you create a new workflow.

2. Zulip node#

  1. First of all, you'll have to enter credentials for the Zulip node. You can find out how to do that here.
  2. Select the user you want to send a private message to from the To dropdown list.
  3. Type the message you want to post in the Content field.
  4. Click on Execute Node to run the workflow.