Skip to content

fiscal.deadline_reminder

Constanza detected an upcoming tax deadline (3/7/30 days out) — notifies Colectiva so the Brain can surface the deadline as a priority.

Senders

  • constanza

Receivers

  • colectiva

Data schema

Each field maps to a type hint. | null indicates an optional field.

json
{
  "orgId": "string",
  "obligationType": "string",
  "description": "string",
  "dueDate": "string (ISO date)",
  "daysRemaining": "number",
  "penalty": "number (optional)",
  "severity": "string (info|warning|critical)"
}

Example payload

The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.

json
{
  "orgId": "example-orgId",
  "obligationType": "example-obligationType",
  "description": "example-description",
  "dueDate": "2026-04-17",
  "daysRemaining": 0,
  "penalty": 0,
  "severity": "info"
}

See also


Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.

Red Broom Software Ecosystem