chore: Expose contact custom attributes in events (#2562)
Expose contact custom attributes in events so the external system can behave accordingly without triggering an additional API call.
This commit is contained in:
parent
0bd48129b9
commit
e11b3c4f17
@ -55,6 +55,7 @@ class Contact < ApplicationRecord
|
||||
def push_event_data
|
||||
{
|
||||
additional_attributes: additional_attributes,
|
||||
custom_attributes: custom_attributes,
|
||||
email: email,
|
||||
id: id,
|
||||
identifier: identifier,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user