Class: Events::ContactPointPhoneChanged

Inherits:
ApplicationEvent
  • Object
show all
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: }

Method Summary

Methods inherited from ApplicationEvent

#data