Skip to main content Link Menu Expand (external link) Copy Copied

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'
})