cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLICKUP_CREATE_TASK' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "CLICKUP_CREATE_TASK", "parameters": { "listId": "<string>", "name": "<string>", "description": "<string>", "status": "<string>", "assignees": "<string>", "dueDate": "<string>", "additionalFields": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Specify the list ID to perform the operation on
Name
Description
Specify the status for the task
Specify the members (or an array of member IDs) to be assigned to this task
Due Date : Specify a date for this task to be due on.
Additional Fields : Specify additional fields to include on this task as JSON.
Success
Was this page helpful?