Mutations
subscribeToNewsletter
No description
No description
subscribeToNewsletter(
email: String!
tags: [String]
channelId: String
languageId: String
marketId: String
): Boolean
Arguments
email ● String! non-null scalar required
The subscribing email adress.
tags ● [String] list scalar
Custom tags that are sent along with the email to the newsletter provider.
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
Boolean scalar
The Boolean scalar type represents true or false.