Customer's Profile Updates
This webhook is triggered every time there’s an update to a customer’s profile, ensuring your app stays in sync with the latest changes.
Common Use Cases:
Sync Customer Points and VIP Tier: Keep your CRM system up-to-date with the latest customer points and VIP tier information.
Track Profile Changes: Automatically update other systems or services when customer profile details change.
This webhook ensures that your systems reflect the most accurate and up-to-date customer information.
Customer Profile Webhook POST Data
event string
string
This indicates that the event triggering the webhook is related to sending a push notification for a customer
client_id string
string
The unique identifier for the client (your app) that’s receiving the webhook.
customer_id string
string
Unique identifier for the customer that you can reference across the customer’s whole lifetime. Could be a database ID, random string, email, or anything that uniquely identifies the customer.
gb_customer_id string
string
The Gameball internal identifier for the customer.
created_at DateTime
DateTime
The timestamp when the webhook event was created, formatted in ISO 8601.
data Array
Array
This contains an array of notification data in multiple languages.
Last updated