contact.created
A new CRM contact was created in Camino — Garita links the contact to a resident record on the property.
Senders
None declared.
Receivers
garita
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"contactId": "string",
"email": "string (optional)",
"name": "string (optional)",
"phone": "string (optional)"
}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
{
"contactId": "example-contactId",
"email": "example-email",
"name": "example-name",
"phone": "example-phone"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.