feat: SMS Gateway Interceptor module#318
Merged
butschster merged 3 commits intomasterfrom Mar 28, 2026
Merged
Conversation
Capture SMS messages from 40+ providers (Twilio, Vonage, Plivo, Sinch, Infobip, MessageBird, and more). Auto-detects provider by payload fields or uses explicit URL segment (/sms/twilio) with field validation. Events with missing fields return 422 but are still captured with warnings visible in the UI. - Config-driven FieldMapGateway: add new provider = add array - SmsHandler middleware with auto-detect and explicit provider routing - 40 unit + feature tests - SmsBootloader with 40+ provider field mappings - EventTypeMapper for preview and search Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 tasks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Automated rector changes: instanceof checks, remove unused variables, simplify method calls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Smsmodule that acts as a fake SMS gateway — captures SMS payloads from 40+ providers and displays them in the UIFieldMapGatewaypattern: adding a new provider = adding one line in the bootloaderMessageSid→ Twilio,api_key+api_secret→ Vonage, etc.)/sms/twilio) validates required fields, returns 422 on missing fields, but still captures the event with warningsProviders supported
Twilio, Vonage, Plivo, Sinch, Infobip, MessageBird, Telnyx, Bandwidth, Brevo, Termii, Clickatell, MessageMedia, Lox24, Unifonic, Yunpian, Octopush, GatewayApi, SevenIo, SmsFactor, Redlink, OvhCloud, Smsc, 46elks, Mobyt, Smsapi, Sendberry, TurboSms, SimpleTextin, Isendpro, RingCentral, ClickSend, SMS.ru, SMS Aero, Devino, IQSms, MTS, Beeline, Megafon + generic fallback.
Files changed
app/modules/Sms/— Domain DTO, Gateway layer, HTTP handler, EventTypeMapper, Bootloaderapp/src/Application/Kernel.php— register SmsBootloaderapp/src/Application/Bootloader/AppBootloader.php— addsmsto CLIENT_SUPPORTED_EVENTSdocker-compose.yaml— addsmsto events list, switch examples to SQLitetests/— 40 tests (unit + feature)Related
feature/sms-gatewaybranch in buggregator/frontendTest plan
🤖 Generated with Claude Code