EmailMarketingSubscription
No description
type EmailMarketingSubscription {
externalUrl: String
id: String!
listId: String!
listName: String!
subscribedAt: DateTime
}
Fields
EmailMarketingSubscription.externalUrl ● String scalar common
The external url of the email marketing subscription.
EmailMarketingSubscription.id ● String! non-null scalar common
The ID of the email marketing subscription.
EmailMarketingSubscription.listId ● String! non-null scalar common
The ID of the email marketing list.
EmailMarketingSubscription.listName ● String! non-null scalar common
The name of the email marketing list.
EmailMarketingSubscription.subscribedAt ● DateTime scalar common
The date and time that the contact subscribed to the list.
Member of
EmailMarketingSubscriptionConnection object ● EmailMarketingSubscriptionEdge object