Skip to content

note.created

Agora attached a note to a matter that should appear in Camino CRM (client communication, case update, billing note).

Senders

  • agora

Receivers

  • camino

Data schema

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

json
{
  "matterId": "string",
  "matterNumber": "string",
  "noteId": "string",
  "noteType": "string (client_communication|case_update|billing)",
  "content": "string",
  "authorId": "string",
  "authorName": "string"
}

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
{
  "matterId": "example-matterId",
  "matterNumber": "example-matterNumber",
  "noteId": "example-noteId",
  "noteType": "client_communication",
  "content": "example-content",
  "authorId": "example-authorId",
  "authorName": "example-authorName"
}

See also


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

Red Broom Software Ecosystem