I have existing actionpoints and action handlers for those action points. I wrote one callpoint and registered it. This callpoint is to get an optional argument from user. Is it possible to call existing actionpoint from callpoint or vice versa? My approach is to plugin new callpoint between cli and actionpoints. Please suggest.