NotifyHub
Openapi

Create topic

POST
/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/topics

Creates a new subscription topic in the environment. Provide a name, category, and optionally set isRequired (recipients cannot unsubscribe) or isDefault (new recipients are automatically subscribed). Topics are referenced by id when sending notifications and managing recipient preferences.

Authorization

Authorization<token>

In: header

Response Body

curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/topics"
Empty