tenant.invoicing_enabled
Un inquilino terminó su alta de facturación en Constanza: ya tiene grant para que su app emita CFDI por él. Es lo ÚNICO que activa la facturación en la app — el redirect del navegador no escribe nada, porque un permiso nunca viaja por donde puede viajar el usuario.
Senders
constanza
Receivers
cosmos-pet
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"constanzaOrgId": "string (organización de Constanza bajo la que emitirá)",
"rfc": "string (opcional — RFC emisor dado de alta)"
}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
{
"constanzaOrgId": "example-constanzaOrgId",
"rfc": "example-rfc"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.