Class: Events::OpportunityFollowedUp
- Inherits:
-
ApplicationEvent
- Object
- RailsEventStore::Event
- ApplicationEvent
- Events::OpportunityFollowedUp
- Defined in:
- app/events/events.rb
Overview
Opportunity lifecycle events — published by Opportunity state machine after_transition.
conversion_date_time is captured at transition time (ISO8601 string) since Time.current
must reflect when the transition occurred, not when the async job runs.
data: { opportunity_id:, conversion_date_time: }