Email Wistia video details on Webhooks event
This query returns the full metadata for a specific Wistia video, looked up by its hashed ID.
Developer info
- API endpoint slug
- wistia.get_video_details
- Runtime method
- performQuery("wistia.get_video_details"}
Query fields
Video Text input > Other
- Label
- Video ID
- Helper text
- The Wistia video ID (hashed ID) to look up.
- Slug
- video_id
- Required
- true
- Can have default value
- true
Ingredients
Video The Wistia hashed ID of the video.
- Slug
- video_id
- Filter code
- Wistia.getVideoDetails.VideoId
- Type
- String
- Example
- abc123def4
Video name The display name of the video.
- Slug
- video_name
- Filter code
- Wistia.getVideoDetails.VideoName
- Type
- String
- Example
- Q2 Product Launch
Project The numeric ID of the project the video belongs to.
- Slug
- project_id
- Filter code
- Wistia.getVideoDetails.ProjectId
- Type
- String
- Example
- 1234567
Project name The name of the project the video belongs to.
- Slug
- project_name
- Filter code
- Wistia.getVideoDetails.ProjectName
- Type
- String
- Example
- Marketing
Duration Length of the video in seconds.
- Slug
- duration
- Filter code
- Wistia.getVideoDetails.Duration
- Type
- String
- Example
- 182
Thumbnail url URL of the video thumbnail image.
- Slug
- thumbnail_url
- Filter code
- Wistia.getVideoDetails.ThumbnailUrl
- Type
- Web URL
- Example
- https://embed-ssl.wistia.com/deliveries/abc123.jpg
Uploaded at When the video was uploaded.
- Slug
- uploaded_at
- Filter code
- Wistia.getVideoDetails.UploadedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Status Processing status of the video (queued, processing, ready, or failed).
- Slug
- status
- Filter code
- Wistia.getVideoDetails.Status
- Type
- String
- Example
- ready
