Skip to main content
WEBHOOK
video.viewed
{
  "data": {
    "startedAt": "2024-01-15T10:30:00Z",
    "timestamp": "2024-01-15T10:30:00Z",
    "videoId": "vid_xyz789",
    "videoName": "Product Demo",
    "viewId": "view_abc123def456",
    "views": 42
  },
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://tella.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
data
object
required

Triggered for each view received on one of your videos

type
string
required

The event type identifier

Allowed value: "video.viewed"

Response

200

Webhook received successfully