Audience
Contacts
The people you email — created, updated, and looked up by address.
Contacts are the individuals in your audience. Create them directly, import in bulk, or let them arrive through sign-up flows.
POST
/v1/contactsGET
/v1/contacts/:emailPOST
/v1/contacts/unsubscribecontact.ts
await mail.contacts.create({
email: "ada@example.com",
name: "Ada Lovelace",
attributes: { plan: "pro", signup_source: "docs" },
});noteYour marketing plan is priced by contact size — see Pricing.