dispatch_video
Send a delivered video of an assignment (a creator rush, an editor reel or a clipper clip) to one or several crew members of a LATER step, or plan a variation before it is delivered. With video_id: that video goes to the recipients now. Without video_id: plans variation number variation (0 = next free) of from_stage; the next video that step delivers fills it and goes to those recipients. Recipients are notified by push. Get video ids from get_assignment (submitted_videos / crew_videos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional instruction attached to this send (e.g. 'post at 6pm, caption B'), shown only to the recipients and managers. Sending again to a member who already has the video replaces the note. | |
| video_id | No | Delivered video id to send. Empty = plan a variation instead. | |
| variation | No | Variation number to plan (0 = next free one) | |
| from_stage | No | Step whose video is expected (only used when planning, without video_id) | editor |
| recipients | Yes | Crew members by name or member_id (see list_crew). Order matters: creator -> editor/clipper/poster, editor -> clipper/poster, clipper -> poster. | |
| from_member | No | Only when planning an editor/clipper variation: crew member (name or member_id) whose video fills it, so editor 1's reel goes to poster 1 and editor 2's to poster 2. Empty = the first video any member of that step delivers. | |
| assignment_id | Yes | Assignment id (from list_assignments) |