contract.updated
A legal contract was updated in Agora — Rito syncs the changed fields on the associated deal/investor record.
Senders
agora
Receivers
rito
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"contractId": "string",
"dealId": "string (optional)",
"fields": "object (changed fields)"
}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
{
"contractId": "example-contractId",
"dealId": "example-dealId",
"fields": {}
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.