Customer's Notifications
Use our webhooks to receive notifications from Gameball application.
The notifications webhook is triggered every time Gameball generates a notification for a customer. As soon as the notification is created, its details and content are sent through the webhook to your app.
Common Use Cases:
Push Notifications: Deliver updates or messages directly to your customers’ devices.
SMS Notifications: Send important notifications to customers via SMS.
This webhook ensures your app can instantly act on notifications, keeping your customers informed and engaged.
Get to know how to enable or disable Real-Time Notifications for Referrals and other events here.
Notifications 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.
You can now enjoy notifications on selected events that you have subscribed to.
Last updated