Email API
Send polished emails without rebuilding templates every time.
Create branded emails for verification, onboarding, invoices, billing reminders and product updates.
await post.messages.send({
channel: "email",
to: "ana@email.com",
template: "invoice_ready",
data: {
name: "Ana",
amount: "R$ 129,90"
}
});