Back to Zulip

Zulip n8n integration

templates/zerver/integrations/n8n.md

12.01.3 KB
Original Source

Zulip n8n integration

n8n supports integrations with hundreds of popular products. Use the Zulip action node in n8n workflows to send notifications, manage messages, users, and channels.

{start_tabs}

  1. {!create-a-generic-bot.md!}

  2. Download the zuliprc file for the bot you created above.

  3. Open your n8n workflow, and add the Zulip action node.

  4. Click Set up credential, and enter the URL for your Zulip organization, the bot's email address, and API key from the zuliprc file you downloaded above. Click Save, and close the credentials modal.

  5. Under Resource, select the Zulip resource type (message, user, or channel). Under Operation, select the action to perform on the selected resource, and fill out the corresponding parameters.

  6. Click Execute step or Execute workflow to test it.

{end_tabs}

You're done! You should now be able to interact with your Zulip organization via n8n workflows.