18. API Create Task
Last updated
curl --request POST \
--url https://apiring.antbuddy.com/tasks \
--header 'Content-Type: application/json' \
--header 'apikey: {{your-key}}' \
--data '{
"body": "Gọi lại khách lúc 11h chiều",
"assignTo": "kanh@gm.co",
"priority": "NORMAL",
"status": "DOING",
"category": "Test",
"dueAtType": 0,
"timeComplete": 2,
"timeUnitComplete": "hours",
"contact": "Q@gmail.com"
}'
{
"success": true,
"id": "69391ce48b0b13c6df860d02"
}