Create a catalog entry
Create a single catalog entry. Strict: an entry for the same (channel, topic, event, medium) returns 409. Use PATCH /preferences/{preference_id} to change an existing entry, or PUT /preferences to set a whole catalog.
(channel, topic, event, medium) already exists returns 409. To change an existing entry use update; to declaratively set a whole catalog use bulk upsert.Authorizations
Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.
Body
Broad category (e.g. "digest").
Subcategory. any matches all topics under the channel/event; none is the base channel/event.
Event that triggers the notification (e.g. "sent").
Human-readable label.
The project-level default for recipients who have set no preference of their own.
The medium this catalog entry gates. Defaults to in_app.
in_app, email Response
Catalog entry created.