Skip to main content

SPACES LOGIN

Is it possible to enable login or membership for 'spaces' based on the users email address? For example, if we have a space called ABC then only users who have a valid email address with [email protected] can only become group members?

Here’s a workaround that I can think of.

If you have FluentCRM (or other automation tools), you could create an automation that is triggered each time a new user signs up and add a condition that checks if the email address ends with @abc.com. If true, the user is added to the space called ABC. If false, nothing happens.

You could even add an email that goes to the user, welcoming them to the space called ABC.

Dan H

Thanks for the suggestion. Let us explore this option and see if it works.