Links

Event

Events are called when recording a specific action in the application. Events are specific to contacts defined by their unique_id
post
https://api.salesmachine.io
/v1/track/event
Create an event

Example

curl -X POST -H "Content-Type: application/json" \
-d '{"contact_uid":"123456", "event_uid" : "user_registration", "params" : {"account_uid" : "78910", "display_name" : "Registration"}}' \
'https://api.salesmachine.io/v1/track/event?api_token=<YOUR_API_TOKEN>'