CustomerGlu Developer Documentation
Search…
CustomerGlu Developer Documentation
Getting Started
Integrating with Program UI
Send User Events
Nudges
Nudge variables
CustomerGlu Notification
Testing Nudges
Rewards Webhook
Nudge Webhook
User Segmentation
Referrals
SDK
Demo Applications
EVENT SCHEMAS
App Events
Industry Events
Powered By
GitBook
Testing Nudges
Prerequisites
User/Device should be registered with latest firebaseToken (
here
)
1
{
2
"userId": "testUser207",
3
"userName": "testUser207",
4
"appVersion": "4.041",
5
"deviceType": "android",
6
"deviceName": "Redmi Note 7 Pro",
7
"deviceId": "79e87222d4a167d1",
8
"firebaseToken": "abcdeghsk",
9
"customAttributes": {
10
"custom_attributes_a": "a"
11
},
12
"writeKey": "<writeKey provided by customerGlu>"
13
}
Copied!
post
https://api.customerglu.com
/nudge/v1/send?userId=testusera
Send a Glu nudge to a test device
​
Previous
CustomerGlu Notification
Next
Rewards Webhook
Last modified
1yr ago
Copy link
Contents
Prerequisites
post
Send a Glu nudge to a test device