{
"event_id": "",
"anonymous_id": "m5fir664u0", // Ideally, use the __eventn_id from the cookies sent to your API to stitch the user activity.
"user_id": "61e5796962664a0d17e4c8d3", // Unique user_id in DB (Mandatory)
"account_id": "61e57be7aaa0cb0df7df968e",// Unique account_id in DB (Mandatory)
"api_key": "hsr_****", // Get from HE on the onboarding steps
"workspace_key": "6eea9ibdht", // Get from HE on the onboarding steps
"src": "hyperengage",
"url":"https://app.cardclan.io/app/dashboard", //Optional pass the URL of the page where action was performed
"library": "http",
"event_type": "Card_Created", // event name, use action notation eg application_created etc
"properties": {
"category": "Thank You Card" //attach as many properties to an event you want
//eg if its plan_upgraded event pass the plan_name , amount,
//supported data types are number, boolean, text, array of strings
}
}