Sign in

Retrieve contact activities

documented

Retrieve activity feed for a given contact.

POST /v1/person/get/activitiesPeopleno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ap3api.com/v1/person/get/activities" \
  -X POST \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"person_id": "{{$person_id}}", "activities": ["act::o","act::c"], "limit": {{$limit}}, "offset": {{$offset}}, "timeframe": {"type": "{{$timeframe_type}}"}, "use_data_retention": {{$use_data_retention}} }'
Retrieve contact activities · Autopilot (Ortto) · OpenIntegrations