Automations
Track event
Track events in your applications and send them to Plunk
POST
/
v1
/
track
Body
The event you want to track
The email address
Should the contact be subscribed
Metadata you want to attach to the contact.
Headers
application/json
Response
Indicates whether the call was successful.
The ID of the contact. If the contact already exists, the ID will be returned. If the contact is new, a new ID will be generated.
The ID of the event. If the event already exists, the ID will be returned. If the event is new, a new ID will be generated.
The timestamp of the event.