You can also send a simple email with just the required fields:
Copy
const res = await contiguity.email.send({ to: "user@example.com", from: "Your App <no-reply@yourapp.com>", subject: "Hello from Contiguity!", body: { text: "This is a plain text email." }});