Customer Profile Webhook
Notifications webhook is triggered whenever an update occurs to customer's profile
Common webhook use cases include, but not limited to, the following:
Sync customer points and VIP tier status with your CRM system
Customer Profile Webhook POST Data
Parameter | Type | Description |
| string | Unique identifier for the customer in your database. Could be database ID, random string, email or anything that uniquely identifies the customer. |
| string | Customer mobile number |
| string | Customer email |
| string | Current customer VIP tier name |
| int | Current customer VIP tier order |
| int | Customer wallet points |
| int | Customer pending points |
| int | Customer activated (previously pending) points |
| string | Customer referral code |
| string | Customer referral deep link for mobile apps |