RTM - Remember The Milk action

I would love to type a task into Drafts and send it to my task manager (Remember The Milk).

The app has similar functionality to OmniFocus and Todoist, but interacting with RTM is different.

https://www.rememberthemilk.com/services/api/overview.rtm

Could I pay someone to write an action for me?

(The share function doesn’t work with natural language, i.e. “Watch event launch tomorrow 3pm #work” is entered literally rather than a task tomorrow at 3pm on my work list)

(Sending an email would be a very good workaround if it’s easy to
prepopulate the to: field with xyz@rememberthemilk
prepopulate the subject field with Drafts note
archive Drafts note)

Thank you!

I’m not sure how easy it would be to work with the RTM API, it looks like it’s an XML-format API that is a bit antiquated and less Javascript-friendly…but it is likely possible.

I don’t recall their app playing nice with common integration methods locally, like URL schemes and Shortcuts, but it’s been a while since I’ve looked at it.

Sending an email is pretty straight-forward. You should be able to set that up with much trouble. Get started with the Mail integration guide. Mail actions can be configured with values like recipients ahead of time. From the RTM docs, you should be able to get your email from RTM settings, then you either send the text of the task in the subject line, and anything in the body of the email will become notes. That would look like an action in Drafts with a single “Mail” action step, configured something like:

That would put the first line of the draft as a task, and any remaining text as notes. I would test it with “Send in Background” off and make sure it’s all working the way you like, then turn it one once you are happy it’s working turn that on so you won’t need to have the mail window popup each time.