---
title: "Send Interactions Ch"
method: POST
path: "/{projectId}/{sessionId}/signals"
tags: ["signals"]
---

# Send Interactions Ch

`POST /{projectId}/{sessionId}/signals`

## Path parameters

- `projectId` integer, required
- `sessionId` integer, required

## Request body

- SignalsSchema2
  - `source` 'console' | 'fast_forward' | 'graphql' | 'jump' | 'network' | 'pause' | 'performance' | 'play' | 'replay' | 'return' | 'rewind' | 'speed' | 'stack_events' | 'storage' | 'xray' | 'xray_clickrage' | 'xray_errors' | 'xray_events' | 'xray_frustrations' | 'xray_network' | 'xray_performance' | 'notes' | 'share' | 'vault' | 'duration' | 'backend_logs', required
  - `value` number

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openreplay/apis/fastapi.md) · [All operations](https://skmtc.net/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openreplay/fastapi/versions/4686e8023dc8/schema)
