Anchor to EmailSenderConfigurationDnsRecordEmail
objectEmail Sender Configuration Dns Record
Requires access scope.
Represents a DNS record that needs to be configured for Shopify to send emails from a domain.
Anchor to FieldsFields
- handle (String!)
- name (String!)
- status (EmailSenderConfigurationDnsRecordStatus!)
- type (String!)
- value (String!)
- Anchor to handlehandle•String!non-null
The stable identifier of the DNS record. It doesn't change when the merchant changes the sender domain.
- Anchor to namename•String!non-null
The hostname of the DNS record.
- Anchor to statusstatus•Email
Sender Configuration Dns Record Status! non-null The result of the last check of this record against the DNS zone of the sender domain.
Show enum values
- Anchor to typetype•String!non-null
The type of the DNS record.
- Anchor to valuevalue•String!non-null
The value of the DNS record.
Was this section helpful?