cofepris.expiring
An Agente COFEPRIS permit is expiring within 30 days — triggers WhatsApp alert and CRM activity log in Camino
Senders
agente
Receivers
camino
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"companyId": "string",
"permit": {
"id": "string",
"permitNumber": "string (optional)",
"productName": "string (optional)",
"permitType": "string (optional)",
"expiryDate": "string (YYYY-MM-DD)"
}
}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
{
"companyId": "example-companyId",
"permit": "example-permit"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.