/v3/domains/{domain_name}/messages/sendSend a transactional emailBeta
Sends a message from the specified domain. You can track deliverability (delivered, bounced, complaint, rejected) using Nylas' notifications.
Header parameters
A unique, client-generated key (max 256 characters) that lets you safely retry this send request
without sending duplicate emails. Nylas caches the response (success or error) for 1 hour, scoped
per Nylas application (not per domain -- a key collides across all verified domains under the same
application). A retry with the same key and payload returns the cached response with the
Idempotent-Response: true header set. See
Idempotent send requests for the full retry behavior and
error responses.
reply_to_message_idThe ID of the message you are replying to. If you are using a message that was sent using Nylas'
Transactional Send, you may use the ID that was returned in the Nylas response. For all other
messages, this is the RFC822
Message-ID header of the message you're replying to.