careersgateway/wrangler.toml
King Omar 91b7a948fd Add Google Sheets webhook, email to Cgabijendra@gmail.com, WhatsApp button
- Every inquiry fires 3 simultaneous destinations: Google Sheet, email, Kondesk
- Email to Cgabijendra@gmail.com with HTML template + reply-to set to the lead
- GOOGLE_SHEET_WEBHOOK env var (set once Google Apps Script is deployed)
- WhatsApp floating button bottom-right, links to +61 405 580 047

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-10 13:41:22 +10:00

28 lines
677 B
TOML

name = "careersgateway"
main = "src/index.js"
compatibility_date = "2024-11-01"
compatibility_flags = ["nodejs_compat"]
[[custom_domains]]
pattern = "careers.bored.investments"
[[custom_domains]]
pattern = "careersgateway.com.au"
[[custom_domains]]
pattern = "www.careersgateway.com.au"
[[d1_databases]]
binding = "DB"
database_name = "careersgateway-db"
database_id = "d898aeb4-5568-48d5-ba20-4244e467b5de"
[[kv_namespaces]]
binding = "SESSIONS"
id = "5b40ceec3c6446409351805028e63453"
[vars]
SITE_NAME = "Careers Gateway"
CONTACT_EMAIL = "Cgabijendra@gmail.com"
KONPARE_KEY = "ViL_0iMMCdHrXNoEQKFm4P5092ISFcYzEyLmf5MFBKds7Hw5BmORaXu3oGsMB5Lk"
GOOGLE_SHEET_WEBHOOK = ""