Skip to content

Email Setting

Represents a sender email address configuration

typestring

The type of object

Example:"email_setting"
idstring

Unique email setting identifier

Example:"10"
emailstring

Full sender email address

Example:"support@company.com"
verifiedboolean

Whether the email address has been verified

Example:true
domainstring

Domain portion of the email address

Example:"company.com"
brand_idstring

Associated brand identifier

Example:"10"
forwarding_enabledboolean

Whether email forwarding is active

Example:true
forwarded_email_last_received_atinteger or null, (date-time)

Unix timestamp of last forwarded email received (null if never)

Example:1710498600
created_atinteger, (date-time)

Unix timestamp of creation

Example:1692530400
updated_atinteger, (date-time)

Unix timestamp of last modification

Example:1710498600
{ "type": "email_setting", "id": "10", "email": "support@company.com", "verified": true, "domain": "company.com", "brand_id": "10", "forwarding_enabled": true, "forwarded_email_last_received_at": 1710498600, "created_at": 1692530400, "updated_at": 1710498600 }