Skip to main content

SendingAddress

type SendingAddress implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
fromName: String!
username: String!
domainID: ID!
domainName: String!
emails: [Email!]
domain: Domain
}

Fields

SendingAddress.id ● ID! non-null scalar

SendingAddress.createdAt ● Time! non-null scalar

SendingAddress.updatedAt ● Time! non-null scalar

SendingAddress.companyID ● String! non-null scalar

SendingAddress.fromName ● String! non-null scalar

SendingAddress.username ● String! non-null scalar

SendingAddress.domainID ● ID! non-null scalar

SendingAddress.domainName ● String! non-null scalar

SendingAddress.emails ● [Email!] list object

SendingAddress.domain ● Domain object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

createSendingAddress mutation

Member Of

Email object ● SendingAddressEdge object