Log a manual activity
API Reference
Log a manual activity
POST
Log a manual activity
Authorizations
Reevo API key passed as Authorization: Bearer <api-key>.
Body
application/json
Attributes block for POST /activity.
metadata is a per-type union; the _metadata_matches_type validator
enforces that the supplied metadata model matches type.
Response
Successful Response
Wrapper around a single activity record.
Used by POST /activity (create manual activity).
Response record for a single activity.
Carries core activity data: id, type, timestamps, attributes, and the
typed per-type metadata union. metadata is None for
MANUAL_ACTIVITY / NOTE / EMAIL_* / SEQUENCE* rows (lean card). No
relationships block (FR-035).