Saltar al contenido principal

SendSubscriptionMessageInput

Input for sendSubscriptionLink and sendSubscriptionStatus.

input SendSubscriptionMessageInput {
channel: MessageChannel
customerEmail: AWSEmail
customerPhone: AWSPhone
language: String
subscriptionId: ID!
}

Fields​

SendSubscriptionMessageInput.channel ● MessageChannel enum​

Channel to use for sending the message.

SendSubscriptionMessageInput.customerEmail ● AWSEmail scalar​

Customer email to send the message to.

SendSubscriptionMessageInput.customerPhone ● AWSPhone scalar​

Customer phone number to send the message to.

SendSubscriptionMessageInput.language ● String scalar​

Language to use for the message.

SendSubscriptionMessageInput.subscriptionId ● ID! non-null scalar​

Unique identifier for the subscription.

Member Of​

sendSubscriptionLink mutation ● sendSubscriptionStatus mutation