Portfolio: OLBproductions.com

43 Actions Web App: 43actions.com


February 20, 2008
43 Actions New Feature Tuesday: API for adding new actions.Here is a neat new feature for our power users. You can now send a GET request using curl with the following command to add new actions to your 43 Actions Inbox:curl -X GET —basic -u username:password  ‘http://43actions.com/item/create?name= action_name_here&notes= notes_here&context_name= context_name_here&project_name= project_name_here&flagged=true’Important: The entire command should be on one line. There are two dashes ‘—’ in front of ‘basic’. The names for the context and project names must be exactly correct, including the capitalization and HTML-encoded characters. To flag actions, set flagged to true, otherwise just leave it out. Bonus feature: You can now add two or more actions with the same name. (Suggested by many users, including Oliver, who also requested the above mentioned API.)

43 Actions New Feature Tuesday: API for adding new actions.

Here is a neat new feature for our power users. You can now send a GET request using curl with the following command to add new actions to your 43 Actions Inbox:

curl -X GET —basic -u username:password ‘http://43actions.com/item/create?name= action_name_here&notes= notes_here&context_name= context_name_here&project_name= project_name_here&flagged=true

Important: The entire command should be on one line. There are two dashes ‘—’ in front of ‘basic’. The names for the context and project names must be exactly correct, including the capitalization and HTML-encoded characters. To flag actions, set flagged to true, otherwise just leave it out.

Bonus feature: You can now add two or more actions with the same name. (Suggested by many users, including Oliver, who also requested the above mentioned API.)