cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CLOSE_UPDATE_RECORD_TASK' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "CLOSE_UPDATE_RECORD_TASK", "parameters": { "taskId": "<string>", "title": "<string>", "isComplete": true, "assignedTo": "<string>", "date": "<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
Task ID : Specify Id of the task to update.
Title : Specify a title for this contact. (example: "Connect with Account Manager")
Mark task as completed
Specify the user to assign this task to
Date (example: "2013-02-06")
Success
Was this page helpful?