Create Workspace Preference
Create a workspace preference. The workspace preference id is generated and returned. Topics are created inside a workspace preference via POST /preferences/sections//topics.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating a workspace preference.
Human-readable name for the workspace preference.
Optional description shown under the section on the hosted preferences page.
Default channels for the workspace preference. Defaults to empty if omitted.
direct_message, email, push, sms, webhook, inbox Whether the workspace preference defines custom routing for its topics.
Response
Created
A workspace preference in your workspace, including its topics.
The workspace preference id.
Human-readable name.
Default channels for the workspace preference. May be empty.
direct_message, email, push, sms, webhook, inbox Whether the workspace preference defines custom routing for its topics.
ISO-8601 timestamp of when the workspace preference was created.
The topics contained in this workspace preference.
Optional description shown under the section on the hosted preferences page.
Id of the creator.
ISO-8601 timestamp of the last update.
Id of the last updater.