cpi.investor_update_posted
A CPI investor update was posted on a Colectiva offering — Camino sends email to each investor who purchased this offering.
Senders
colectiva
Receivers
camino
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"offeringId": "string",
"workspaceName": "string",
"updateTitle": "string",
"updateType": "string",
"authorName": "string",
"investors": "Array<{ email: string, name: string|null }>"
}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
{
"offeringId": "example-offeringId",
"workspaceName": "example-workspaceName",
"updateTitle": "example-updateTitle",
"updateType": "example-updateType",
"authorName": "example-authorName",
"investors": "example-investors"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.