Create new event
Pushes a new event to User 360. If the userId already existsin User 360, it updates the data; if not, it creates a new user record. There is a rate limit is 6000 per minute.
| Query Parameters |
|---|
bot string — REQUIREDThe ID of the bot |
| Request Body — REQUIRED | |
|---|---|
userId stringThe user's unique ID | |
eventName stringThe name of the event | |
source stringThe source of the event, pass | |
payload object
|
| Responses | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
200Event created successfully
|