Sms-herinneringen
Tekstberichten en aangepaste berichten sturen naar deelnemers met telefoonnummers via Twilio. Geplande herinneringen en bezorggeschiedenis inbegrepen.
Overview
SMS reminders send text messages to attendees who provided a phone number at registration. Scheduled reminders go out 3 days before, 1 day before, and the morning of the event. You can also send a custom SMS blast at any time. Requires a Twilio account and is available on Pro plans.
Setting Up Twilio
CompleteEvent sends SMS via the Twilio REST API. You'll need a Twilio account with a phone number that can send SMS.
- Create a Twilio account at twilio.com and purchase an SMS-capable phone number.
- From your Twilio console, copy your Account SID and Auth Token.
- Set these environment variables in your CompleteEvent deployment:
TWILIO_ACCOUNT_SIDTWILIO_AUTH_TOKENTWILIO_FROM_NUMBER— your Twilio phone number in E.164 format (e.g.,+15551234567)
- Once set, the SMS page in your event dashboard will show Twilio as configured.
Sending Scheduled Reminders
- Open your event and go to Promote → SMS.
- The page shows how many confirmed attendees have phone numbers on file and how many don't.
- Under Scheduled Reminders, click Send now next to any reminder type (3-day, 1-day, or morning-of) to send it immediately to all attendees with phone numbers who haven't already received that reminder.
Each reminder type is sent at most once per attendee per event — re-clicking Send now will not send duplicates.
Sending a Custom SMS Blast
- In the Custom SMS section, type your message. The character counter shows remaining characters (160-character standard SMS limit).
- The preview shows exactly how the message will appear on recipients' phones.
- Click Send to N attendees. The message is sent to all confirmed attendees with phone numbers.
Custom blasts are not deduplicated — sending the same message twice will send it twice. Use the SMS history table to track what has been sent.
SMS History
The bottom of the SMS page shows a history of all messages sent for this event, grouped by type and send time. Columns include: message type, sent at, recipient count, and delivery status.
Phone Number Collection
Phone numbers are collected at registration only if the phone field is enabled for your event. Go to Registration → Form Fields to enable it. We recommend marking it as optional — making it required may reduce registrations.
Carrier and Delivery Limits
Delivery rates vary by carrier and country. Twilio handles carrier routing but cannot guarantee delivery to all numbers. SMS to international numbers may incur higher Twilio costs — check Twilio's pricing for your target regions before sending.
Need more help?
Contact us at support@completeevent.app and we'll get back to you within one business day.
← Back to Help Center