Automate Twilio Video
HumDay reads Twilio Video’s own published API description and derives 35 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Twilio Video is
This is the public Twilio REST API.
API host: video.twilio.com
What HumDay can do in Twilio Video
15 documented operations change something in Twilio Video.
- DELETEDelete a Recording resource identified by a Recording SID.
/v1/Recordings/{Sid} - DELETEDelete a Recording Composition resource identified by a Composition SID.
/v1/Compositions/{Sid} - DELETEDelete a Recording CompositionHook resource identified by a CompositionHook SID.
/v1/CompositionHooks/{Sid} - POSTUpdate the Recording Rules for the Room
/v1/Rooms/{RoomSid}/RecordingRules - POSTUpdate the Subscribe Rules for the Participant
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules - POSTUpdate Rooms
/v1/Rooms - POSTUpdate Compositions
/v1/Compositions - POSTUpdate CompositionHooks
/v1/CompositionHooks - POSTUpdate Default
/v1/RecordingSettings/Default - POSTUpdate Sid
/v1/Rooms/{Sid} - POSTUpdate Default
/v1/CompositionSettings/Default - POSTUpdate Sid
/v1/CompositionHooks/{Sid} - DELETEDelete Sid
/v1/Rooms/{RoomSid}/Recordings/{Sid} - POSTUpdate Sid
/v1/Rooms/{RoomSid}/Participants/{Sid} - POSTUpdate Anonymize
/v1/Rooms/{RoomSid}/Participants/{Sid}/Anonymize
What HumDay can read from Twilio Video
These are the operations a schedule or a trigger can watch.
- GETList of all Track recordings.
/v1/Recordings - GETList of all Recording compositions.
/v1/Compositions - GETList of all Recording CompositionHook resources.
/v1/CompositionHooks - GETReturns a list of Recording Rules for the Room.
/v1/Rooms/{RoomSid}/RecordingRules - GETReturns a single Recording resource identified by a Recording SID.
/v1/Recordings/{Sid} - GETReturns a single Composition resource identified by a Composition SID.
/v1/Compositions/{Sid} - GETReturns a single CompositionHook resource identified by a CompositionHook SID.
/v1/CompositionHooks/{Sid} - GETReturns a list of Subscribe Rules for the Participant.
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules - GETReturns a list of tracks associated with a given Participant.
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks - GETReturns a list of tracks that are subscribed for the participant.
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks - GETRead Rooms
/v1/Rooms - GETReturns a single Track resource represented by TrackName or SID.
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks/{Sid} - GETReturns a single Track resource represented by tracksid.
/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid} - GETRead Default
/v1/RecordingSettings/Default - GETRead Sid
/v1/Rooms/{Sid} - GETRead Default
/v1/CompositionSettings/Default - GETRead Recordings
/v1/Rooms/{RoomSid}/Recordings - GETRead Participants
/v1/Rooms/{RoomSid}/Participants - GETRead Sid
/v1/Rooms/{RoomSid}/Recordings/{Sid} - GETRead Sid
/v1/Rooms/{RoomSid}/Participants/{Sid}
How automating Twilio Video works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Twilio Video account.
- Grant access, then go live. You approve the specific Twilio Video operations it may use — and only those.
Automate Twilio Video with these
- Twilio199 operations
- Twilio Accounts13 operations
- Twilio Autopilot52 operations
- Twilio Bulkexports9 operations
- Twilio Chat40 operations
- Twilio Content6 operations
- Twilio Conversations101 operations
- Twilio Events22 operations
- Twilio Fax6 operations
- Twilio Flex50 operations
- Twilio Frontline2 operations
- Twilio Insights17 operations
Categories
Questions about Twilio Video automation
- Can HumDay connect to Twilio Video?
- Yes. HumDay reads Twilio Video's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 35 operations are documented.
- Do I need to write code to automate Twilio Video?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Twilio Video account.
- What can HumDay do in Twilio Video?
- 15 of the 35 documented operations change something in Twilio Video, and 20 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Twilio Video account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Twilio Video is held behind that approval.
Where this came from
The operations above are read from a published API description for Twilio Video at raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_video_v1.json. Descriptions are the provider’s own words, not ours. Last published 2023-04-20.