When creating a zap, I can get the user from Discord. However, there is no email address in the data retrieved, so I can’t use it as a unique identifier to look up the user in MailerLite (or any other service).
I thought about going the other way first: by saving the Discord user ID in MailerLite, so that if the user is updated in ML, I could update them in Discord.
But, to get the Discord ID I need to know against which user to save it in ML. I could use first name and surname, but this is not reliable enough since I could have 2 users with the same name.
Any clever ideas to link a user from ML and Discord and vice versa?
Thank you


