Notify multiple users
Authentication
Path parameters
Request
Your batch payload must specify at least distinct_id or to while firing a notification event.
If the payload contains:
-
Option 1: ONLY
to(and nodistinct_id) - the event uses all destination values from thetoobject (as it is). -
Option 2: ONLY
distinct_id(and noto) - the event uses all destination values (such as SMS, WhatsApp, Email, Push, Voice and so on) from the user’s profile and sends the notification. -
Option 3: BOTH
distinct_idandto- thetoanddistinct_idchannel data merges (toobject take precedences) and sends the notification. The sent notification is tagged to the ID specified, which can be then used to search the logs by usingdistinct_id.