# SendSubscriptionMessageInput

Input for `sendSubscriptionLink` and `sendSubscriptionStatus`.

```
input SendSubscriptionMessageInput {

  channel: MessageChannel

  customerEmail: AWSEmail

  customerPhone: AWSPhone

  language: String

  subscriptionId: ID!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`SendSubscriptionMessageInput.channel`](#channel) ● [`MessageChannel`](https://docs.monei.com/apis/graphql/types/enums/message-channel/.md) enum[​](#channel "Direct link to channel")

Channel to use for sending the message.

#### [`SendSubscriptionMessageInput.customerEmail`](#customer-email) ● [`AWSEmail`](https://docs.monei.com/apis/graphql/types/scalars/awsemail/.md) scalar[​](#customer-email "Direct link to customer-email")

Customer email to send the message to.

#### [`SendSubscriptionMessageInput.customerPhone`](#customer-phone) ● [`AWSPhone`](https://docs.monei.com/apis/graphql/types/scalars/awsphone/.md) scalar[​](#customer-phone "Direct link to customer-phone")

Customer phone number to send the message to.

#### [`SendSubscriptionMessageInput.language`](#language) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#language "Direct link to language")

Language to use for the message.

#### [`SendSubscriptionMessageInput.subscriptionId`](#subscription-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#subscription-id "Direct link to subscription-id")

Unique identifier for the subscription.

### Member Of[​](#member-of "Direct link to Member Of")

[`sendSubscriptionLink`](https://docs.monei.com/apis/graphql/operations/mutations/send-subscription-link/.md) mutation ● [`sendSubscriptionStatus`](https://docs.monei.com/apis/graphql/operations/mutations/send-subscription-status/.md) mutation
