Skip to main content
POST
Create an interaction

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json
entity
object
required

The entity connected to the interaction. You can link people or companies.

Example:
dateTime
string<date-time>
required

The date and time of the interaction.

Maximum string length: 24
Example:

"2025-07-17T09:00:00.000Z"

title
string
required

The title of the interaction.

Maximum string length: 255
Example:

"Coffee with John Doe"

content
string
required

The multi-line content of the interaction.

Maximum string length: 100000
Example:

"Had a coffee with John Doe\nDiscussed the new project."

type
deprecated

Deprecated. Use activityType instead.

Maximum string length: 50
Example:

"coffee"

activityType

The logged activity type. Can be a predefined activity, a messaging app, or an emoji.

Maximum string length: 50
Example:

"coffee"

Response

The created interaction.

data
object
required

A manually logged interaction linked to an entity.

Example:
deprecations
string[]
Example: