Create activity
documentedCreate a new activity.
POST /v2/activitiesActivitiesno implementation yet0 runsNo 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.moskitcrm.com/v2/activities" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "apikey: {{MOSKITCRM_API_KEY}}" \
-d '{"title": "{{$title}}", "description": "{{$description}}", "type_id": {{$type_id}}, "date": "{{$date}}", "contact_id": "{{$contact_id}}", "deal_id": "{{$deal_id}}", "owner_id": "{{$owner_id}}", "custom_fields": {{$custom_fields}} }'