Skip to content

SID-116: Clean up twilio references in base sideburn pretix#54

Open
EastyMoryan wants to merge 2 commits into
stagefrom
feature/SID-116-cleanup-twilio-plugin
Open

SID-116: Clean up twilio references in base sideburn pretix#54
EastyMoryan wants to merge 2 commits into
stagefrom
feature/SID-116-cleanup-twilio-plugin

Conversation

@EastyMoryan

@EastyMoryan EastyMoryan commented Jun 15, 2026

Copy link
Copy Markdown

Using more signals/receivers to standardize the Twilio plugin.

Despite adding a bit more infrastructure to src/pretix, using signals/receivers should make upgrading pretix versions easier and less prone to invisible errors.

@EastyMoryan
EastyMoryan requested a review from zachyale June 15, 2026 19:40

customer, phone, sms_opt_in = _get_customer_and_phone(entry)

if not sms_opt_in:

@EastyMoryan EastyMoryan Jun 15, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If a customer lacks a phone number or has opted out, we skip texting them. Previously, we queued the job and skipped execution. Now, we skip queuing altogether. We still also skip at execution, as a safeguard.

@EastyMoryan EastyMoryan changed the title Cleaned up twilio references in base sideburn pretix SID-116: Clean up twilio references in base sideburn pretix Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant