Prelude provides built-in subscription management for marketing messages, allowing recipients to easily opt-out and opt-in using standard keywords. This ensures compliance with regulations like TCPA (US) and GDPR (EU).Documentation Index
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Subscription management is configured per brand by our Customer Success team. Each configuration includes:- Short codes or long codes for receiving opt-out requests
- Callback URL for receiving subscription events
- Custom messages for STOP, START, and HELP responses (optional)
Contact your Customer Success Manager to set up subscription management for your brand. Alternatively, reach out to Prelude support at support@prelude.so.
How it works
1. User sends keyword
Recipients can send one of the following keywords to your configured phone number:| Keyword | Action |
|---|---|
STOP | Unsubscribe from marketing messages |
START | Resubscribe to marketing messages |
HELP | Request information about the service |
2. Prelude processes the request
When a user sends a keyword:- The subscription status is automatically updated in Prelude’s system
- A confirmation message is sent back to the user
- A webhook event is sent to your callback URL (if configured)
3. Automatic enforcement
Once a user unsubscribes:- Future API calls to send marketing messages to that number will return an error
- The user will not receive any marketing messages until they opt back in
- Transactional messages are not affected by subscription status
Webhook events
You’ll receive webhook events for all subscription changes. See the Webhook documentation for details. Example STOP event:Carrier disconnects
Phone numbers that are detected as disconnected by the carrier are automatically unsubscribed from all subscription management configs. Amarketing.subscription.carrier_disconnect event is sent to each config’s callback URL. See the Webhook documentation for the event payload and handling guidance.