RASA actions - run specific action

Hello there! I have a custom function in my actions (not wrapped in class inheriting Action), relying on calls from external service (working). However the thing is -> I need to send the output from that custom function to the current chatting user. How can I call some of my actions with a specific parameter (for example some text)? Or even get to dispatcher out of RASA internal calls? Thanks!

@wyd I think you are looking for utter_message. Let me know if this is not it :slight_smile: