cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ASANA_CREATE_COMMENT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ASANA_CREATE_COMMENT", "parameters": { "task": "<string>", "text": "<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 : The ID of the Task the comment will be added to. The comment will be authored by the currently authenticated user.
Text (example: "This is a comment.")
Success
Was this page helpful?