v3
Email

Send an email

Send an email via SendGrid.

This endpoint allows sending emails via Definite's API using the platform SendGrid integration. Useful for alert workflows where scheduled Python scripts need to send notification emails.

post/v3/email/message

Request body

toEmailsstring[] required

List of recipient email addresses (validated)

subjectstring required

Email subject line

bodystring required

Email body content (HTML supported)

Response

Email sent successfully

okboolean required

Whether the email was sent successfully

Changes