Send text blasts to event guests via Partiful
⚠️ Real SMS messages. Blasts send actual text messages to real people's phones. Partiful prepends: "The host of {Event} sent a Text Blast —" before your message.
partiful blasts send <eventId> --message "See you tonight! Parking is on the left." --to GOING,MAYBE
partiful blasts send <eventId> --message "Updated address: 123 Main St" --to GOING --show-on-event-page
| Flag | Description |
|---|---|
--message <text> | Message body (max 480 characters) |
--to <statuses>| Comma-separated guest statuses to target (see below) |
--show-on-event-page | Also display the blast on the event page |
--yes | Skip the safety confirmation prompt |
--dry-run | Preview recipients and message without sending |
--to Values| Status | Description |
|---|---|
GOING | Confirmed guests |
MAYBE | Tentative guests |
DECLINED | Guests who declined |
SENT | Invited but no response |
INTERESTED | Expressed interest |
WAITLIST | On the waitlist |
APPROVED | Approved from waitlist |
RESPONDED_TO_FIND_A_TIME | Responded to scheduling poll |
--dry-run first to verify the recipient list and message.--yes, the CLI shows a confirmation prompt with the recipient count and message preview.partiful guests list <eventId> --status going to preview who will receive the blast.