ManualActivityPayload
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ManualActivityPayload.jsonexternalIdstring
Optional dedup key for integrations replaying manual rows; if empty the service mints one
kindstringrequired
One of: call_made, meeting_held, note_added, corrected_by
occurredAtdate-time
When the event happened. Defaults to now when omitted.
payload object
Kind-specific free-form details (notes, duration, location, ...)
property name*any
Kind-specific free-form details (notes, duration, location, ...)
personUuidstringrequired
UUID of the person the activity is logged against
refs object
campaignUuidstring
cardUuidstring
contentUuidstring
correctsActivityUuidstring
eventUuidstring
formUuidstring
importJobUuidstring
ManualActivityPayload
{
"$schema": "https://example.com/schemas/ManualActivityPayload.json",
"externalId": "string",
"kind": "string",
"occurredAt": "2024-07-29T15:51:28.071Z",
"payload": {},
"personUuid": "string",
"refs": {
"campaignUuid": "string",
"cardUuid": "string",
"contentUuid": "string",
"correctsActivityUuid": "string",
"eventUuid": "string",
"formUuid": "string",
"importJobUuid": "string"
}
}