CMS Development

evnix
Member

HUBL user name and email variable?

 

I need the current users email and name to be passed on so that I can load a third part forum software(in an iframe) and so that the user doesn't have to login/register again.

 

what I am looking for is a HUBL variable that allows me to do the following:

 

<iframe src="https://externalwebsite.com?id={{hub_id}}&email={{currentUserEmail}}&name={{currentUserName}}" />

 

The page that I will put this custom code in will be only available on login.

 

where can I find documentation on what's available in the contact and account dicts (doing {{account | pprint}} doesn't help).

 

I tried the variables {{contact.email}} {{account.email}} but no luck

is there a way to get the above required variables?  

 

or if that is not possible, is there a way for a third party software to know if the user is logged in and fetch the necessary details (id, name and email) for that user?

0 Upvotes
1 Reply 1
sharonlicari
Community Manager
Community Manager

HUBL user name and email variable?

Hey @evnix     

 

I apologize for the delay in getting back to you.

 

I am wondering if you were able to resolve this or if you still need assistance on this matter?   

 

Thank you

Sharon


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Upvotes