email.received

Fired when an incoming email is accepted.

Payload

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "email.received",
  "data": {
    "object": {
      "id": "em_4yM2nTvR8oPcX3uZiKeLg7sB",
      "object": "email",
      "from": "sender@example.com",
      "to": "recipient@example.com",
      "subject": "Welcome to Emailit",
      "created_at": "2026-02-11T22:14:33.481927+00:00"
    }
  }
}

Fields

idstring
Link

Unique email identifier.

objectstring
Link

Always email.

fromstring
Link

Sender email address.

tostring
Link

Recipient email address.

subjectstring
Link

Email subject line.

created_atstring
Link

ISO 8601 timestamp when the email was received.