Track event

POST {{integrationBaseUrl}}/braze/event

Triggers a custom event inside Talon.One. You can then trigger rules when this event is received.

An event is a type of custom attribute, you must create it first in the Campaign Manager. See creating custom events. To see the events received by your Application in Talon.One, open the Application and click Events.

For more information, see the tutorial.

Note: If the customer profile ID you provided does not exist in Talon.One, a customer profile is created with the ID you provided.

Request Body

{"customerProfileId"=>"URN-GV8294NV", "eventType"=>"myBrazeEvent", "identifier"=>"NNjETb6XxDV7hQhLMA", "type"=>"string", "eventAttributes"=>{"Language"=>"english", "ShippingCountry"=>"DE", "ProductClicked\""=>true}}

HEADERS

KeyDatatypeRequiredDescription
destination-hostnamestring(Required) The base URL of your Talon.One deployment.
Content-Typestring
Acceptstring