Notify a single user

This API enables you to fire a notification event, which sends out notifications to your users.

Before firing your first notification event, you must perform the following actions in your Fyno account:
- Create a Template
- Create a Notification Event
- Create an API Key
- And obtain your workspace ID from the API Keys page.

Path parameters

WSIDstringRequired

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

versionenumRequired

Enter the version for which you wish to fire the notification.

Allowed values:

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
Version Event Body 1objectRequired
OR
Version Event Body 2objectRequired
OR
Version Event Body 3objectRequired

Response

This endpoint returns an object.
eventstring
received_timedate
request_idstring
responseobject

Errors