0.0.15 • Published 1 month ago

remase v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Remase SDK

This libary is currently under development, created to simplify react emails and subscribers management

For more info visit Remase.io.

This is the node.js library for Remase Api

Installation

You can install Remase via npm:

npm install remase
# or
yarn add resend

Setup

First, you need to get an API key from Remase.io.

import { Resend } from "remase";
const remase = new Resend("your_api_key");

Usage

Design your email on Remase.io and copy the template ID

Sending your email:

await remase.emails.send({
  from: "you@example.com",
  to: "user@gmail.com",
  subject: "hello world",
  templateId: "your_templateId",
});

Add a subscriber

await remase.subscribers.add({
  email: "user@gmail.com",
});

License

MIT License

0.0.15

1 month ago

0.0.14

2 months ago

0.0.131

2 months ago

0.0.13

2 months ago

0.0.12

2 months ago

0.0.11

2 months ago

0.0.1

2 months ago