cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ASANA_CREATE_PROJECT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ASANA_CREATE_PROJECT", "parameters": { "name": "<string>", "workspace": "<string>", "team": "<string>", "notes": "<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
Name (example: "Stuff to buy")
Specify which workspace to perform the operation in. Defaults to the user's first workspace if not provided
Specify which team to share this project with. Defaults to the user's first team if not provided
Notes (example: "These are things we need to purchase.")
Success
Was this page helpful?