Vanta
Docs Blog
Text Size 100%

Documentation

Explore all articles in documentation.

· 1 MIN READ

Getting Started

Introduction

Welcome to the documentation. This guide will help you get up and running with our API. We designed it to be simple, valid, and easy to use.

Prerequisites

Before you begin, make sure you have the following:

  • Node.js 14+ installed
  • An API Key (get one from the dashboard)

Installation

Install the package via npm or yarn:

1npm install resend

Sending your first email

Here is a simple example of how to send an email using our SDK.

Read more