What problem does it solve?
Prevents unexpected delivery failures and rendering issues by providing a structured pre-send validation and channel-specific QA process for Braze messaging. It reduces launch risk by catching token, placement, template, audience, rate-limit, and webhook issues before live traffic.
Core Features & Use Cases
- Pre-send checklist: Audience size checks, API rate limit review, Liquid template previews, quiet hours and TTL validation, and control group/frequency cap verification.
- Channel-specific QA: Step-by-step tests for push (token, visibility, deep links), content cards (feed refresh, pinning, dismissal), banners (placement ID and rendering), LINE (user ID and content policy), and webhooks (payload shape, auth, and retries).
- Race condition diagnosis & mitigation: Guidance on sequencing, bundling attributes with triggers, synchronous endpoints, and Canvas delay strategies to avoid timing-dependent failures.
- Use case: Run these checks and channel tests before launching a cross-channel Braze Canvas that includes push, content cards, and webhooks to ensure recipients receive the correct content and actions.
Quick Start
Run the pre-send validation and channel QA checklist for my Braze campaign targeting push, content cards, banners, LINE, and webhooks.