npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-zohozeptomail

v1.0.3

Published

This is an n8n community node. It lets you use Zoho ZeptoMail in your n8n workflows.

Readme

Banner image

ZeptoMail integration with N8N

About ZeptoMail

ZeptoMail is a dedicated email service built specifically for user-triggered transactional emails. Businesses can integrated with ZeptoMail to deliver time sensitive emails like OTPs, password reset emails, welcome emails and more. The N8N integration with ZeptoMail allows applications to create workflows to automatically send transactional emails for set triggers.

Pre-requisites

  • N8n admin account (https://app.n8n.cloud/login)
  • ZeptoMail account
  • Verified domain added to ZeptoMail

Installation

You can install the n8n ZeptoMail node through the npm package "n8n-nodes-zohozeptomail"

  • Follow the steps below to install:
    • Login to your npm account.
    • Navigate to the settings section.
    • In the community nodes section -> Install community node.
    • Enter the npm package name: n8n-nodes-zohozeptomail.
    • The node will be installed successfully.

Configuration

Once you install the package, you should integrate with n8n to start sending emails:

  • Login to your n8n account.
  • Click the down-arrow next to the Create workflow button and click Create credentials.
  • In the Add credentials dialogue box, choose the appropriate authorization and access token URL.
  • Go to the Zoho developer console to generate a new client id and client secret. These parameters will connect ZeptoMail and n8n.
  • Click Get started if you do not have any new client. If you have an existing client, click Add client.
  • Select Server-based applications in the client type window.
  • Provide an appropriate client name, your domain value in the homepage URL field, and the redirect URL copied from the Add credentials dialog box.
  • Click Create to generate the client id and client secret.
  • Copy the generated values and paste them in the Add credentials dialog box.
  • The connection is established. You can now create workflows to send emails.

Create workflows

  • Click the Create workflow button.
  • Select the appropriate trigger for which you wish to send emails.
  • Click the Action in App option and lookup ZeptoMail from the list.
  • Choose the type of action you wish to perform - send email, send template email.
  • You can test your configuration by selecting the Test workflow button.