A JavaScript client is provided via npm.
View on npmjs.com View Source
const {email} = require("@cinotify/js"); email({ to: 'example@example.com', subject: 'hello', body: 'hey there from js' })