Schedules
made simple.

The easiest way to integrate time related actions to your app.
Integrate in minutes the most scalable and reliable scheduling solution.

In few lines of code

In your preferred language, using our prebuilt SDKs.
Integrate scheduling to your app in minutes, instead of weeks.

1import { Resend } from 'resend';
2
3const resend = new Resend('re_123456789');
4
5(async function() {
6  const { data, error } = await resend.emails.send({
7    from: 'onboarding@resend.dev',
8    to: 'delivered@resend.dev',
9    subject: 'Hello World',
10    html: '<strong>it works!</strong>'
11  });
12
13  if (error) {
14    return console.log(error);
15  }
16
17  console.log(data);
18})();

All you need,
in a single place.

Observable. Get insights to your schedules through the dashboard.
Scalable by design, scale with your needs.
Reliable. Embedded customizable retry policies.
ICI SCREEN DU DASHBOARD

Start now,
schedule today.