Create a custom task
CRUD
Create a custom task
Create a new custom Task in the catalogue.
The task_id is derived deterministically from task_name, so
re-submitting the same name returns 409. Custom Tasks are immediately
matchable.
Create a custom task
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The composed task name. Must satisfy the same structural heuristics enforced by POST /tasks/validate (length 15–320, ≥3 words, ≤30% non-letter characters).
Required string length:
15 - 320Example:
"Review quarterly performance reports for direct reports"