Unify SMTP2GO email and SMS into one webhook URL.
Classify payloads on /webhooks/smtp2go/ so one SMTP2GO webhook covers both channels under the 10-webhook limit; keep /email/ and /sms/ as aliases and harden SMS event matching.
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ DEFAULT_FROM_EMAIL=noreply@mkdrealtor.com
|
||||
# For real SMTP2GO delivery locally, uncomment:
|
||||
# EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
|
||||
SMTP2GO_SMS_API_KEY=
|
||||
# Shared secret for email + SMS webhooks.
|
||||
# In SMTP2GO: Authorization header = Bearer, value = this secret.
|
||||
# Shared secret for the unified SMTP2GO webhook (email + SMS).
|
||||
# In SMTP2GO: one webhook URL …/webhooks/smtp2go/ ; Authorization = Bearer + this secret.
|
||||
SMTP2GO_WEBHOOK_SECRET=
|
||||
|
||||
# Postcards — PCM Integrations (DirectMail API v3)
|
||||
|
||||
Reference in New Issue
Block a user