Send up to 1000 emails in a single API call. Each email is sent separately with individual tracking.
from, to, subject, and either html or text.strict (default): All emails must be valid. If any email fails validation, the entire batch is rejected with a 400 error.permissive: Process all valid emails and return errors for invalid ones in the response errors array.data array with IDs for successfully queued emails and an errors array with validation failures./api/v2/emails/{id} endpoint to check the status of any email in the batch.https://inbound.new/api/v2/emails/batchx-batch-validation