# SendSubscriptionLinkRequest

**customerEmail**email

Customer email to send the subscription link to

**customerPhone**string

Customer phone number to send the subscription link to

**channel**string

Channel to use for sending the subscription link

| Enum Value | Description                       |
| ---------- | --------------------------------- |
| EMAIL      | Send message via email            |
| WHATSAPP   | Send message via WhatsApp         |
| SMS        | Send message via SMS text message |

**Possible values:** \[`EMAIL`, `WHATSAPP`, `SMS`]

**language**string

Language to use for the subscription link message

SendSubscriptionLinkRequest

```
{

  "customerEmail": "user@example.com",

  "customerPhone": "string",

  "channel": "EMAIL",

  "language": "string"

}
```
