EmailMarketingIntegration
No description
type EmailMarketingIntegration {
id: ID!
lists(
contactId: ID
): [EmailMarketingList!]!
type: EmailMarketingIntegrationType!
}
Fields
EmailMarketingIntegration.id ● ID! non-null scalar common
EmailMarketingIntegration.lists ● [EmailMarketingList!]! non-null object common
The lists available for this integration.
EmailMarketingIntegration.lists.contactId●IDscalar commonFilter out lists that the contact is already subscribed to.
EmailMarketingIntegration.type ● EmailMarketingIntegrationType! non-null enum common
The email marketing integration type.
Member of
EmailMarketingIntegrationConnection object ● EmailMarketingIntegrationEdge object