Parent
Parent: #169
What to build
Implement managed WhatsApp Connection webhook handling once the provider webhook signature header and verification algorithm are confirmed. Normal should verify incoming provider deliveries using the per-connection provider webhook secret, update cached WhatsApp Connection status from status events, and continue routing message events through the existing webhook ingestion boundary without exposing provider mechanics to users.
This slice is HITL because provider webhook signature documentation is required before verification can be implemented safely. Persisting the webhook secret hash is covered by the initial managed connection slice; this issue should not implement fake verification.
Acceptance criteria
Blocked by
Parent
Parent: #169
What to build
Implement managed WhatsApp Connection webhook handling once the provider webhook signature header and verification algorithm are confirmed. Normal should verify incoming provider deliveries using the per-connection provider webhook secret, update cached WhatsApp Connection status from status events, and continue routing message events through the existing webhook ingestion boundary without exposing provider mechanics to users.
This slice is HITL because provider webhook signature documentation is required before verification can be implemented safely. Persisting the webhook secret hash is covered by the initial managed connection slice; this issue should not implement fake verification.
Acceptance criteria
Blocked by