Class: Events::ContactPointPhoneChanged
- Inherits:
-
ApplicationEvent
- Object
- RailsEventStore::Event
- ApplicationEvent
- Events::ContactPointPhoneChanged
- Defined in:
- app/events/events.rb
Overview
Published by ContactPoint after_commit whenever a callable (phone/cell/fax) detail
is created or changed. Backfills origin_party_id / destination_party_id on any
CallRecord rows whose number matches the new detail but had no party yet.
data: { contact_point_id:, party_id:, detail: }