Skip to main content

List follow-ups

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
Filter by contact ID
string
Filter by deal ID
string
Filter by status: pending or completed
string
Filter by type: call, email, meeting, or task
boolean
Show only overdue follow-ups
string
Filter by due date (YYYY-MM-DD)
Example

Get a follow-up

Create a follow-up

string
required
Contact ID (UUID)
string
required
Type: call, email, meeting, or task
string
Associated deal ID (UUID)
string
Description
string
required
Due date (YYYY-MM-DD)
string
default:"pending"
Status: pending or completed
Example

Update a follow-up

string
Type
string
Description
string
Due date (YYYY-MM-DD)
string
Status: pending or completed

Delete a follow-up

Complete a follow-up

Mark a follow-up as completed.
No request body required. Returns the updated follow-up.

Bulk complete

Complete multiple follow-ups at once.
string[]
required
Array of follow-up IDs (max 100)