> ## 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.

# Task Reminder Webhook

> Sends reminder delivery and task state events.



## OpenAPI

````yaml WEBHOOK /tasks/webhook
openapi: 3.1.0
info:
  title: AlertyAI API
  description: API specification for AlertyAI task and reminder workflows.
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.alertyai.com
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````