When Identity sends Invite email

When Identity sends Invite email is there any way that I can check to see if the user has clicked on the enclosed link? If so, how do I do it? Also is there any way I can check if the user logs in after signing in?

Thanks

Netlify does keep a log of actions taken by your Netlify Identity users. To access a site’s Identity audit log, take these steps:

  1. Navigate to the Integrations tab for your site.
  2. Select Identity, and then select View.
  3. Select Identity audit log.

Those were good instructions except when I did them it says: “Upgrade to unlock” I am still stuck as I am on the lowest plan.

There’s no way to track link clicks. Netlify doesn’t encode any tracking parameters in the emails.

You can use the webhooks in your Identity settings to trigger a webhook on login to track user logins.

Ok. Thanks for the information.