Gallery Platform API
Reference

Contacts due a follow-up

Surface contacts who have gone quiet — a logged touch exists, but the most recent one predates `inactive_days` (default 30) ago and no open task is already tracking the follow-up. Ordered most-recently-quiet first (the timely nudges). Detection is a plain inactivity query — no model call.

GET
/gallery/contacts/follow-ups

Surface contacts who have gone quiet — a logged touch exists, but the most recent one predates inactive_days (default 30) ago and no open task is already tracking the follow-up. Ordered most-recently-quiet first (the timely nudges). Detection is a plain inactivity query — no model call.

Authorization

bearerAuth contacts:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: contacts:read

Query Parameters

inactive_days?integer
Range7 <= value <= 365
Default30
limit?integer
Range1 <= value <= 50
Default20

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "contact_id": "string",      "name": "string",      "contact_type": "collector",      "company": "string",      "lead_status": "new",      "last_interaction_at": "string",      "days_since_last_interaction": -9007199254740991,      "last_interaction_summary": "string"    }  ],  "inactive_days": -9007199254740991}