Skip to main content
The New Customer webhook fires when a first-time user logs in via FlexyPass and a new account is created for them on your store. This event is exclusive to FlexyPass — it does not fire if the user is merely identified without confirming login, and it is not triggered by FlexyPe Checkout. This webhook provides real-time customer data including contact details, enabling businesses to sync new customers with external CRMs, marketing platforms, or loyalty programs, and automate onboarding flows from the very first interaction.

Headers

string
A secret key used to verify that the webhook request originated from FlexyPe. Ensure this token is validated to prevent unauthorized access.
string
The version of the webhook payload. Here, the value will be 2026-05.
string
The unique identifier for the event that triggered this webhook.

Body

string
The ISO 8601 timestamp when the event occurred.
string
The type of event. For this webhook, it is CUSTOMER_CREATED.
string
A unique identifier for the event.
object
Information about the store where the event occurred.
object
The event-specific data.