Skip to main content
POST
Create tracker

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entityName
string
required

The entity name to resolve and watch. Required on create. Creating a duplicate (same name + type) returns 409 with the existingId.

Minimum string length: 1
entityType
enum<string>
required

Entity type of the tracked entity. Required on create.

Available options:
person,
organization,
product,
topic,
channel
displayName
string

Optional label shown in alerts and the dashboard.

notifyEmail
boolean

Per-tracker email delivery. Default true.

notifyWebhook
boolean

Per-tracker webhook delivery override. Paid plans only.

notifySlack
boolean

Per-tracker Slack delivery override. Paid plans only.

webhookUrl
string

Per-tracker webhook destination override (http/https).

slackChannelId
string

Per-tracker Slack channel override.

slackIntegrationId
string

Per-tracker Slack integration override.

filters
object

Optional matching filters, stored and applied at alert time.

{key}
any

Response

Success

tracker
object
required
message
string
required

Human-readable confirmation.