Notify multiple users
This API enables you to notify multiple users with one event trigger.
Before firing your first notification event, you must perform the following actions in your Fyno account:
- Create a Template
- Create an Event
- Create an API Key
- And obtain your workspace ID from the API Keys page.
Path parameters
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Enter the version for which you wish to fire the notification.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
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 no distinct_id
) - the event uses all destination values from the to
object (as it is).
- Option 2: ONLY distinct_id
(and no to
) - 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_id
and to
- the to
and distinct_id
channel data merges (to
object 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 using distinct_id
.
Enter the name of the event you wish to fire.