auth0 / auth0-mailchimp-export

Allows Auth0 Customers to synchronize their Auth0 User base (those that have an email) with a MailChimp List
9 stars 14 forks source link

Extended support for given name + last name #4

Open sandrinodimattia opened 7 years ago

sandrinodimattia commented 7 years ago

By default we are fetching the given name and last name from the user object. For database connections, it could be that these are on app_metadata or user_metadata.

The code should ideally fallback if the information is not found on the user level.

sandrinodimattia commented 7 years ago

It also looks like here only the "email" is provided as an included field. I think in addition to email, we should also be fetching give name, last name and app+user metadata no?