#Connect
Those webhooks allow us to communicate when an action is performed on a user account.
#connect.account.signin
This webhook is used to verify the existence of a user account on your side.
We will send it automatically when we connect a user.
For more informations please read our authentication flow
Request:
Expected response:
#connect.account.signup
This webhook is used to create a user account when a user signs up from Subscribe.
Request:
Expected response:
#connect.account.updated
Triggered when a user account is updated
#connect.account.deleted
Triggered when a user account is deleted
#connect.account.sync
This is used to synchronize user accounts between your users database and subscribe.
For more informations please read our authentication flow
#connect.emails.registration
This is used to send a confirm email when a user signs up.
If you do not use this webhook, we will send a mail ourselves.
#connect.emails.lostPassword
This is used to provide to your user the url to reset his password.