We are building a Nextjs app, and want to use Active Campaign as our CRM. Active Campaign has a great event tracking which allows to send events which could trigger automation. I know that API is not meant to be called to the frontend, so the plan is to just proxy it via nextjs backend.
However, the events API requires us to supply email, and it is left completely up to you on how to get it (e.g. you now have to have authentication). This kinda defeats the purpose of having built-in site tracking in the first place, as we are basically re-implementing it by attempting to obtain user email. Is there any way to trigger events using active campaign site tracking? e.g. some sort of SDK?