Class: Events::OpportunityFollowedUp

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

Method Summary

Methods inherited from ApplicationEvent

#data