---
title: "Track contact events"
method: POST
path: "/s2s/contacts/{userId}/events"
tags: ["S2S Contacts"]
---

# Track contact events

`POST /s2s/contacts/{userId}/events`

Track events for a contact (drives outbound messaging and workflows).

## Path parameters

- `userId` string, required

## Request body

- S2STrackEventsBody
  - `events` S2STrackEventItem[], required
    - `name` string, required
    - `date` string — ISO timestamp; defaults to now.
    - `data` RecordStringUnknown — Construct a type with a set of properties K of type T

## Response `202`

Accepted

- object
  - `received` number, double, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/b8a72fda881e/schema)
