Klaviyo Production Checklist Overview Complete checklist for deploying Klaviyo integrations to production, with health checks, rollback procedures, and validation against real Klaviyo API endpoints. Prerequisites - Staging environment tested and verified - Production API key with correct scopes ( ) - Webhook signing secret configured - Monitoring and alerting ready Instructions Pre-Deployment Checklist Authentication & Secrets - [ ] Production stored in secret manager (not env file) - [ ] Key has minimal scopes (only what the app needs) - [ ] Webhook signing secret ( ) configured - [ ] Public…