Back to All

Pre authenticated users / data

Hi,
I'm searching everywhere but I can't find it. My users are already authenticated and I have theirs api_tokens, I would like to attach that data in the moment SnatchBot is initialized on my website so if user will ask for something, I will already know with who I'm dealing with and making further connection with JSON to my database, I will be able to give the results only for that specific user.

I used other Chat services before and it was easy with JavaScript to add custom variables on Chat init.