Overview
The Account Created Webhook triggers when a new account is created or linked to a new location within your corporate structure. This webhook ensures that your systems receive all relevant client information as soon as an account is created.
Trigger Event:
-
Fired when a new account is created or linked to a new location.
Event Type:
-
accountCreated
Payload Details:
-
clientID: Unique identifier for the client.
-
siteID: Identifier for the site where the account was created.
-
firstName: Client’s first name.
-
lastName: Client’s last name.
-
email: Client’s email address.
-
phone: Client’s phone number.
-
joinDate: Date the client joined.
-
leadSource: Source through which the client was acquired.
-
gender: Client’s gender.
-
emergencyFirstName: First name of the client’s emergency contact.
-
emergencyLastName: Last name of the client’s emergency contact.
-
emergencyEmail: Email of the client’s emergency contact.
-
emergencyPhone: Phone number of the client’s emergency contact.
-
barcodeID: Barcode ID associated with the client.
-
address: Client’s address.
-
birthDate: Client’s date of birth.
-
customProperties: Any custom properties associated with the client.
-
profileImage: URL of the client’s profile image.
Usage Example:
-
Automatically onboard new clients into your CRM or other customer management tools.
-
Send a welcome email with all necessary account details to new clients.
Payload Response Example:
Below is an example of the JSON payload that might be received when the Account Created Webhook is triggered: