Authorizations
API key for authentication
Body
application/json
The entity connected to the interaction. You can link people or companies.
Example:
{
"id": "per_55175e81-9a52-4ac3-930e-82792c23499b"
}
The date and time of the interaction.
Maximum length:
24
Example:
"2025-07-17T09:00:00.000Z"
The title of the interaction.
Maximum length:
255
Example:
"Coffee with John Doe"
The multi-line content of the interaction.
Maximum length:
100000
Example:
"Had a coffee with John Doe\nDiscussed the new project."
An emoji representing the interaction type.
Maximum length:
50
Example:
"☕️"
Response
The created interaction.
An interaction linked to an entity.
Example:
{
"id": "lit_b049db09-c03d-4f32-96d6-d314760add5d",
"title": "Coffee with John Doe",
"content": "Had a coffee with John Doe\nDiscussed the new project.",
"entity": {
"id": "per_55175e81-9a52-4ac3-930e-82792c23499b",
"entityType": "person",
"fullName": "John Doe"
},
"dateTime": "2025-07-17T09:00:00.000Z",
"type": "coffee"
}
Example:
["This field is deprecated"]