Skip to main content
WEBHOOK
/
tasks
/
webhook
{
  "eventType": "task.created",
  "taskId": 123,
  "occurredAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.alertyai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json

Webhook event payload

eventType
enum<string>
required
Available options:
task.created,
task.completed,
reminder.sent
taskId
integer<int64>
required
occurredAt
string

Response

200

Return 200 to acknowledge event receipt