npm

A JavaScript client is provided via npm.

View on npmjs.com View Source

Usage

const { email } = require("@cinotify/js");
email({
  to: "example@example.com",
  subject: "hello",
  body: "hey there from js",
});