SendEvent

This api is used to send data to a big table in your account. This api requires no login token so your application does not need to get a login token from API.

Please note that this api function is used to send data solely to big tables in your account. Data can’t be sent to a regular/sendable data table using this function.

Body Params

accoundId parameter is the uuid of your account. Please ask your account manager to provide the account id to you if you don't have it.

eventTable parameter is the name of the big data table. You can create your big data table using the interface.

key parameter is the name of the contact key column in your big data table.

eventDetails parameter is the parameter to provide the other column data. It contains column name and column value pairs.

Important Note: Please note that all column names in eventDetails parameter are fully customized. In other words, all column names and all values for these column names are defined by the user - in this case your account admin.

string
string
string
eventDetails
object
Headers
string
Defaults to application/json

Content must be a contant and its value is "application/json"

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
example-1