Use the slash command:
/clickup-task "
Examples:
/clickup-task visionplay "Follow up with Rahul" "Ask for proposal + timeline"
/clickup-task inbox "Review tax doc" ""
It runs this script on the server:
/usr/local/bin/clickup_create_task.sh "
When the user invokes this command:
1) Parse list/title/description exactly.
2) Run:
bash -lc '/usr/local/bin/clickup_create_task.sh "" "
3) Return ClickUp API response (or any error text) to the user.
共 1 个版本