Accessing User's Botpress ID
# 🤝help
e
After browsing videos and docs it's still unclear how one goes about accessing the user's botpress ID or channel-specific id (whatsapp or telegram) in the studio (through the {{}} notation or otherwise. The objective is to ultimately send those ID's to my users database table.
f
You can access it with
event.userId
If you want to show it with a text card then
{{event.userId}}
Execute code card then
event.userId
e
Thanks @fresh-fireman-491 🙏 This is the botpress user ID I imagine. And the channel specific ID? Maybe it would be easier if there was a doc with all the studio-accessible default objects and properties (couldn't find one)
f
Not sure about WhatsApp and Telegram Maybe another @User knows