Sender Email Object


Properties
idstringRead-onlyformat GUID

Sender email ID.


createdDatestringRead-onlyformat date-time

Date and time when the sender email was created.


updatedDatestringRead-onlyformat date-time

Date and time when the sender email was updated.


emailAddressstringformat EMAILminLength 6maxLength 254

Sender email address.


verifiedbooleanRead-only

Whether the sender email is verified.


extendedFieldsExtendedFields

Extensions allowing users to save custom data related to the sender emails.

SenderEmail
JSON
{ "senderEmail": { "id": "30057014-8ecc-4a1b-9c53-bcc7dd033bb5", "createdDate": "2024-01-01T00:00:00.000Z", "updatedDate": "2024-01-01T00:00:00.000Z", "emailAddress": "john.doe@example.com", "verified": true } }
Did this help?