#summary How to implement your own Taskr Actions #labels API _Coming Soon_ ... In the meantime, have a look at some of the built-in actions. To define your own action, create a new Ruby class extending `Taskr::Actions::Base`, put it in a file somewhere -- for example `/home/jsmith/my_custom_actions.rb` -- and add the following line to your `/etc/taskr/config.yml`: {{{ external_actions: /home/jsmith/my_custom_actions.rb }}} When you reload your Taskr server, your custom action type should be loaded in.