Skip to content

[UNMAINTAINED] Alfred script to push tasks to Asana (via email)

Notifications You must be signed in to change notification settings

Springest/Asana-Alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained.

If you're interested in taking it over, we'd love to hear from you. Email [email protected].


Asana Alfred extension

Extension to post Asana tasks from the Alfred command line. Powered by a php script that sends emails to Asana.

Requirements

You'll need to have php installed on your local machine. Also be sure that your machine is capable of sending e-mails, as that is what this plugin will do. See the PHP mail documentation for a more detailed description for setting up sendmail on your local machine.

As an alternative you could use an external SMTP service such as Sendgrid.

Installation

Download the extension as a package and customize the settings in Alfred. If you only want to post to your personal task list you're done. If you want to be able to post to different or multiple projects read on.

Multiple projects

  1. Open asana.php in your favorite editor
  2. Change the array on line 13 and add keywords and the id's of the projects (see below how to find the id's)

You can now post to the projects you specified by starting the command with the keyword you specified, just follow with the task and you're set.

Usage

php asana.php [Email Address] [Task]

For example:

php asana.php [email protected] "Create README for AsanaThis"

How to find the ID of a project

  1. Go to Asana and view any task in the project
  2. Look at the URL, it should look like http://app.asana.com/0/FirstNumber/SecondNumber
  3. The FirstNumber is the ID number of the project

About

[UNMAINTAINED] Alfred script to push tasks to Asana (via email)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages