Skip to main content

1. Install dependencies

Get the react-email package and the Inbound Node.js SDK. Make sure you have an account on inbound, you will need an inbound API key.

2. Create an email using React

Start by building your email template in a .jsx or .tsx file.
email.tsx

3. Send email

When integrating with other services, you need to convert your React template into HTML before sending. Inbound takes care of that for you. You can just directly pass the React template to the SDK.
Import the email template you just built and use the Inbound SDK to send it.

4. Reply to an email

Use the Inbound SDK to reply to an email with the same template you just created.

Try it yourself

Get started on Inbound

See it on our examples.