Skip to main content
POST
Create an activity

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Body

application/json
entity
enum<string>
required

Type of the entity to link the activity to.

Available options:
people,
companies,
deals
Example:

"people"

id
string<uuid>
required

UUID of the entity specified in entity.

Example:

"c3d4e5f6-a7b8-9012-cdef-123456789012"

content_html
string

Activity content in HTML.

Example:

"<p>Meeting held. Client confirmed interest in the Enterprise plan.</p>"

files
object[]

Files to attach. Maximum of 10 per request, up to 50 MB each.

Maximum array length: 10

Response

Activity created successfully.

data
object

Full activity object returned in single-resource responses. Includes signed URLs for attached files.