Skip to main content

List interactions

integer
default:"1"
Page number
integer
default:"25"
Items per page (max 250)
string
Sort field
string
default:"desc"
Sort order: asc or desc
string
Search query
string
Filter by contact ID
string
Filter by deal ID
string
Filter by type: call, email, meeting, note, demo, proposal
Example

Get an interaction

Log an interaction

Interactions are immutable — they can be created and deleted, but not updated.
string
required
Contact ID (UUID)
string
required
Type: call, email, meeting, note, demo, or proposal
string
Associated deal ID (UUID)
string
Interaction notes
string
required
When the interaction occurred (ISO 8601 datetime)
Example

Delete an interaction

Returns { "data": null } on success.