Salesmachine API
Home
Product documentation
Search…
v2.0
Welcome to Salesmachine API
Tracking API
Authentication
Javascript tracking
Contact
Account
Event
Pageview
Access API
Authentication
Contacts
Accounts
Notes
Activities
Tasks
Users
Errors
HTTP Responses
Rate Limiting
Changelog
Powered By
GitBook
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>'
Tracking API - Previous
Account
Next
Pageview
Last modified
1yr ago
Copy link
Outline
post
Create an event
Example