Fetch UserID to drive custom content
I want to surface information from an external source that's specific to the current user's WA UserID (aka MemberID). Is it possible to determine programatically who's logged in (without GETting via API?). The javascript for this app will reside on WA and surface an external resource (probably a Google Sheet).
2
votes
Wink Swain
shared this idea
-
Robin Sapiro commented
It is doable with the API embedded into your javascript running on a WA page in an HTML gadget.
I can provide sample code if you need