Create a notification
Create a notification for an existing feed (a feed can have at most one). Slack destinations are validated against the workspace’s Slack connection — every channel id must resolve; webhook URLs must be public http(s) endpoints (a URL whose host is, or resolves to, a private/loopback address is refused, on create and at every delivery).
Authorizations
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Body
Create a notification for an existing feed. Slack destinations are validated against the workspace's Slack connection (channel IDs must resolve); webhook URLs must be public http(s) endpoints — a URL whose host is, or resolves to, a private, loopback, link-local or unique-local address is refused (WEBHOOK_URL_INVALID), and the same screen runs again at every delivery.
Notification display name. Max 191 characters, no control characters.
1 - 191ID of the feed whose filters drive this notification. A feed can have at most one notification.
-9007199254740991 <= x <= 9007199254740991Delivery destinations — at least one, at most one per type (EMAIL / SLACK / WEBHOOK). Each entry must carry exactly the sub-object matching its type.
1Response
200 response
A delivery rule: mentions matching the linked feed's filters are sent to the configured destinations.
Notification ID.
-9007199254740991 <= x <= 9007199254740991Display name shown in the app and included in deliveries.
"Competitor mentions — Slack"
When false, the notification is paused and nothing is delivered.
The feed whose filters determine which mentions trigger this notification.
-9007199254740991 <= x <= 9007199254740991Display name of the linked feed.
Configured delivery destinations (at most one per type).
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$