You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name can't be blank for reasons discussed in the past, #967, #594.
However, since this keeps coming up, perhaps there's a middlepath. If there's no name given, listmonk automatically extract the name part out of the e-mail and use it. Eg: username@domain.com -> username.
Yeah, if you don't specify a name in the signup form or the API then the local part of the email address gets used, and I think it's quite likely that people will need to import a list of emails without names.
In fact the only reason the import fails here is because of this additional if len(s.Name) == 0 check:
When importing contacts, the name field is required. This should be optional, as it is if you subscribe to a list though the signup form.
The text was updated successfully, but these errors were encountered: