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 descstring
Search query
string
Filter by contact ID
string
Filter by deal ID
string
Filter by type:
call, email, meeting, note, demo, proposalExample
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 proposalstring
Associated deal ID (UUID)
string
Interaction notes
string
required
When the interaction occurred (ISO 8601 datetime)
Example
Delete an interaction
{ "data": null } on success.