Notifications
Create a Notification Topic
Create a notification topic for a company
POST
Authorizations
App API key for /v5/app and /v5/company endpoints
Body
application/json
The name of the notification topic
The identifier of the notification topic
Available options:
email
, sms
, in_app
, discord_dm
, mobile
Available options:
company
, user
The description of the notification topic
Available options:
active
, inactive
Response
201 - application/json
notification topic created
The ID of the app, which will look like app_*************
The date the notification topic was created as a unix timestamp.
The name of the notification topic
The identifier of the notification channel
Available options:
email
, sms
, in_app
, discord_dm
, mobile
The status of the notification topic
Available options:
active
, inactive
The identifier of the notification topic
The type of the notification topic
Available options:
company
, user
, company_team
The visibility of the notification topic
Available options:
visible
, hidden
The description of the notification topic
Was this page helpful?