<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=412158892933457&amp;ev=PageView&amp;noscript=1">
Skip to content
English
  • There are no suggestions because the search field is empty.

Webhooks | Account Created

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.

 

Important note: Webhooks are currently only available for brand-level data (all locations).

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:
 

Article image