post https://api.work-engine.com/api/v1/companies//task_templates
Creates a task template.
Log in to see full request history
Responses
401Unauthorized
404Not found
422Unprocessable entity
Creates a task template.
401Unauthorized
404Not found
422Unprocessable entity
xxxxxxxxxx
curl --request POST \
--url https://api.work-engine.com/api/v1/companies/company_id/task_templates \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"task_type": "document_delivery"
}
'
Try It!
to start a request and see the response here! Or choose an example: