Send custom event completion data
POST {{baseUrl}}/events/v3/send
Send event data to HubSpot using an existing custom event definition.
Request Body
{"eventName"=>"<string>", "occurredAt"=>"<dateTime>", "utk"=>"<string>", "uuid"=>"<string>", "email"=>"<string>", "properties"=>{"site"=>"<string>"}, "objectId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |