Recerc

Create or update an activity

Creates a new activity or updates an existing one for the current workspace object.

POST/api/unstable/activities

Creates a new activity or updates an existing one for the current workspace object.

Request Body

application/json

id?string

Existing activity identifier when updating.

Example"activity_123"
objectHandle*string

Object handle that owns the activity.

Example"customers"
objectId*string

Object identifier that owns the activity.

Example"customer_123"
type?string

Activity type stored for the object timeline entry.

Value in"note" | "comment" | "meeting" | "visit"
Example"comment"
content*string

Primary activity content stored in the feed row.

Length1 <= length <= 4000
Example"Customer requested a callback next Tuesday."
data?
[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json