# Subscriptions
# Subscription Started
| Payload | Type | Description |
|---|---|---|
| event | string | Name of the event that occurred (SubscriptionStarted) |
| string | Email of the customer who is subscribing | |
| name | string | Name of the product that is being subscribed to |
| date | string | When the event occurred |
# Subscription Stopped
| Payload | Type | Description |
|---|---|---|
| event | string | Name of the event that occurred (SubscriptionStopped) |
| string | Email of the customer who is unsubscribing | |
| name | string | Name of the product that is being unsubscribed from |
| date | string | When the event occurred |