Get UserMessage with access token

I am using in my custom action an API call that needs an access token which is generated for every user and it changes every 30 min. My goal is to get this access token with every new UserMessage. In fact, I am using Socket.io as a channel so I want to receive besides the user_uttered his access token. Is there any way to do this ?