Highrise Note Script for Quicksilver
I don't know why I didn't think of this earlier, but I took the basic elements of the Highrise task script that posts tasks to specific cases, and created a script that posts notes to specific cases.
You’ll need to change the variables in all caps at the top of the script to your information, and then save the script in ~/Library/Application Support/Quicksilver/Actions and restart Quicksilver. The script is set up so you will need to create one for each case that you would like to send notes to from Quicksilver.
If you want, you could set up a case as a sort of Inbox, and then move the notes to other cases from there. If you want to use the Inbox method, you may find it helpful to bypass the task scripts altogether. You can then send notes to the Inbox and create tasks related to those notes when you process your Inbox from the web interface, and move the notes to their “project” cases.
The values you will need to change in the script are:
- YOUR_API_CODE
- CASE_ID
- MAIN_ACCOUNT_NAME
Here is the link to the script.
This is related to the Highrise Task Quicksilver scripts I have over here. Make sure you look down in the comments for version two if you’re going to use the task script.