import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contacts.list({
segmentId: '78261eea-8f8b-4381-83c6-79fa7120f1cf',
});
Retrieve a list of contacts in a segment.
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contacts.list({
segmentId: '78261eea-8f8b-4381-83c6-79fa7120f1cf',
});
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contacts.list({
segmentId: '78261eea-8f8b-4381-83c6-79fa7120f1cf',
});
Was this page helpful?