How to get a tracker inside a custom channel

how to access the tracker inside the custom channel, having an conversation_id/sender_id. I would be thankful for any help

Try this

`request.app.agent.tracker_store.get_or_create_tracker(sender_id)`
2 Likes