feat: add fulfillr outreach email configuration

- Update street2 address to Unit 95
- Add outreach config with DynamoDB tables and SES settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Bastian de Byl
2026-01-22 23:11:58 -05:00
parent 86e1b88d5a
commit 2b4844b211
2 changed files with 13 additions and 2 deletions

View File

@@ -20,7 +20,18 @@
"phone": "6034160859", "phone": "6034160859",
"state": "NH", "state": "NH",
"street1": "976 Route 103", "street1": "976 Route 103",
"street2": "Unit 509", "street2": "Unit 95",
"zip": "03255" "zip": "03255"
},
"outreach": {
"outreach_table": "debyltech-outreach-prod",
"unsubscribe_table": "debyltech-unsubscribe-prod",
"email_log_table": "debyltech-email-log-prod",
"reviews_table": "debyltech-reviews-prod",
"hmac_secret_arn": "{{ fulfillr_hmac_arn }}",
"ses_from_email": "noreply@debyltech.com",
"ses_reply_to": "support@debyltech.com",
"ses_region": "us-east-1",
"base_url": "https://debyltech.com"
} }
} }

Binary file not shown.