Hi,
Is it Possible to Auto Subscribe to a baord in the community as soon as the user registered?
The community is enabled with SSO
Thanks,
Abhishek
Hi Abhishek,
Unfortunately, OOTB it is not possible. But you can do some customization by using the subscribe board V1 Post Call:
<#if user.registered>
<#assign subscribeBoard = restadmin("/boards/id/[id] /subscriptions/users/self/add?subscription.type='email'") />
</#if>
Thanks,
Payal Uppal
Hi Payal,
Does SSO need to be enabled for this to be enabled? Where do you I find the subscribe board V1 Post call?
Thanks for your help.
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!