Notifications
Create a Notification Topic
Create a notification topic for a company
POST
/
v5
/
app
/
notification_topics
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The name of the notification topic
The identifier of the notification topic
Available options:
email
, sms
, in_app
, discord_dm
, mobile
The type of the notification topic
Available options:
company
, user
The description of the notification topic
The status of the notification topic
Available options:
active
, inactive
Response
201 - application/json
The date the notification topic was created as a unix timestamp.
The name of the notification topic
The identifier of the notification topic
The status of the notification topic
Available options:
active
, inactive
The type of the notification topic
Available options:
company
, user
The visibility of the notification topic
Available options:
visible
, hidden
The ID of the app, which will look like app_*************
The description of the notification topic
Available options:
email
, sms
, in_app
, discord_dm
, mobile
Was this page helpful?