wbhk customers.create
Your system will receive this payload when you create a Subscription with type customers.create
customers.create
Receive real-time notifications when new Customers are created in your Account. This webhook enables you to synchronize your systems with customer events, such as when customers sign up or are added through your application.
Info
The webhook payload contains the customer reference and basic details. Use the Get Customer endpoint to retrieve complete customer information.
Warning
Your webhook endpoint must return a 2xx status code within 30 seconds to confirm receipt. Failed deliveries will be retried according to the redrive policy.
Common use cases include updating your CRM system, triggering welcome emails, or logging customer events in your analytics platform.