Sign in

Create task

documented

Create a new task.

POST /api/v2/taskTasksno 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://{{$domain}}.clientary.com/api/v2/task" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"task": {"title": "{{$title}}", "description": "{{$description}}", "project_id": {{$project_id}}, "assignee_id": {{$assignee_id}}, "due_date": "{{$due_date}}"}}'
Create task · Clientary · OpenIntegrations