#mschewe-standard-connect
1 messages · Page 1 of 1 (latest)
Via the API.
you'd get account.created event
also your own code would be calling the API for this so that too is where you would know
We are onboarding via account link.
yes but you're creating the account first right
ah you mean "when the account finishes onboarding" in your original question then, it wasn't clear
account.updated will be fired after the user enters new info into the AccountLinks
👍 sounds good, i will give it a try
@inland glacier I tried it. I created a new webhook, with account.updated along with some other events. Then I registered a new user via the account link redirect. Unfortunately there was no account.updated event triggered. Are there any other events, that are involved?
what events did you receive on your webhook endpoint? what is the account ID of the account you set up?
I guess I found the solution. The webhook is sent only if I create a new webhook endpoint Endpoint type Connect...