emailMarketingSubscriptions
The email marketing
emailMarketingSubscriptions(
after: String
before: String
contactId: ID!
first: Int
integrationId: ID!
last: Int
): EmailMarketingSubscriptionConnection!
Arguments
emailMarketingSubscriptions.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
emailMarketingSubscriptions.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
emailMarketingSubscriptions.contactId ● ID! non-null scalar common
The ID of the contact.
emailMarketingSubscriptions.first ● Int scalar common
Returns the first n elements from the list.
emailMarketingSubscriptions.integrationId ● ID! non-null scalar common
The ID of the email marketing integration.
emailMarketingSubscriptions.last ● Int scalar common
Returns the last n elements from the list.
Type
EmailMarketingSubscriptionConnection object common
The connection type for EmailMarketingSubscription.