Create Customer Event
Creates a new project event, if one does not exist, and a new event for the customer’s timeline.
Create Customer Event
POST
https://beacon.crowdpower.io/events
Request Body
Name | Type | Description |
---|---|---|
user_id* | string | The unique ID for the user. |
action* | string | The action the user performed. |
properties | object | Information about the event, sent as key/value pairs. Use snake_case for key names. |
created_at | integer | When the event happened. Automatically set if not provided. UNIX timestamp in seconds. |
string | The user’s email address. Required if user_id is not present. | |
update_session | boolean | Whether or not to update the user’s session. Defaults to true. |
Create Multiple Customer Events
POST
https://beacon.crowdpower.io/events/bulk
Request Body
Name | Type | Description |
---|---|---|
user_id* | string | The unique ID for the user. |
events* | array | An array of event objects. |
string | The user’s email address. Required if user_id is not present. |
Last updated