latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
import
Import a task
Imports a task with its original timestamps. Unlike POST /tasks, this does not fire triggers, notifications, realtime updates, or analytics, and it accepts created_at, updated_at, started_at and completed_at. Import projects before the tasks that belong to them.
Rate limit: 20 requests per minute
post/import/tasks
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}