Skip to content

cobranza.reminder

B2B payment collection reminder triggered when caracol sales data shows overdue invoices. Internal lifecycle event reserved for the cobranza/dunning feature; no emit site exists today (designIntentReserved S327). When wired, caracol owns the trigger logic and surfaces reminders to end-customers directly via WhatsApp/email — no cross-app receivers planned.

Senders

  • caracol

Receivers

None declared.

Data schema

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

json
{
  "tenantId": "string",
  "customerId": "string (optional)",
  "invoiceId": "string (optional)",
  "amountDue": "number (optional)",
  "currency": "string (optional)",
  "daysOverdue": "number (optional)"
}

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
{
  "tenantId": "example-tenantId",
  "customerId": "example-customerId",
  "invoiceId": "example-invoiceId",
  "amountDue": 0,
  "currency": "example-currency",
  "daysOverdue": 0
}

See also


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

Red Broom Software Ecosystem