capital_call.bulk_created
A pro-rata capital call was issued to multiple investors simultaneously in Rito — Camino logs the batch for CRM activity.
Senders
rito
Receivers
camino
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"total_amount": "number",
"due_date": "string (ISO date, optional)",
"deal_id": "string",
"notes": "string (optional)",
"event_count": "number",
"events": "array"
}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
{
"total_amount": 0,
"due_date": "2026-04-17",
"deal_id": "example-deal_id",
"notes": "example-notes",
"event_count": 0,
"events": "example-events"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.