How to override default recipient in trigger nodes to notify specific users/ groups based on event properties?
distinct_id
parameter in the track event call) will be considered the recipient.
.recipient
in the recipient field to send the notification to joe@example.com
"recipients": \["recipient1","recipient2","recipient3"\]
, enter in the format .recipients\[\]
. It would send the notification to all the recipients in the array..recipient.id
..organization.admins\[\].user_id
.