Hi. How can we get the user input from the tracker and directly store it into excel or md file according to the intent. I visited some posts, they say need to add custom action using event verbosity, can someone explain more about how to implement this or share about the successful example. Thank you
1 Like
There are multiple options to achieve this:
- write a custom tracker store (Tracker Stores)
- write an event broker which does that (Event Brokers)
- poll the api (probably the worst option)