Skip to content

Response was sent

Available since: 1.0.0

Fires, once a response was sent.

Provided tokens

Token Description
[event] The event.
[event:machine_name] The machine name of the ECA event.
[session_user] The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account.

Fires after the response has been sent to the client. This is the very last event in the request lifecycle and only fires for main requests.

Post-response processing

Use this event for expensive operations that should not delay the response, such as sending emails, generating reports, or cache warming.