Hi,
I managed to get webhooks working.
I can create user and add auth to smartlock.
When I add auth I have 2 ways: one using smartlock/auth and the Other one using smartlock/auth/advanced
when I use the first method an email is been send to the user, second metod instead i use webhook to retrive the invite code.
both method need as parameter the accountUserId
to have an accountUserId I need create a user .
now when i create a user i do not want and email been sent because i will send myself when the webhook retrive the code.
There is a way to create user without send an email ?
Thanks