Skip to content

whatsapp_kapso — events

This module does not register event handlers and emits no events of its own. It drives the notifications gateway, which publishes the lifecycle events.

Published (indirectly, via the notifications gateway)

EventTriggered when
notification.reply_receivedthe webhook receives an inbound patient message → NotificationGateway.record_inbound_reply
notification.deliveredthe webhook receives a delivered/read status → NotificationGateway.record_delivery_status
notification.sent / notification.failedthe outbox dispatches an outbound WhatsApp message through KapsoAdapter

Subscribed

None.

See docs/events-catalog.md for the global catalog and docs/technical/notifications/events.md for the gateway side.