Automate Twilio Flex
HumDay reads Twilio Flex’s own published API description and derives 50 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 Flex is
This is the public Twilio REST API.
API host: flex-api.twilio.com
What HumDay can do in Twilio Flex
26 documented operations change something in Twilio Flex.
- POSTCreate a new Interaction.
/v1/Interactions - POSTTo create a comment assessment for a conversation
/v1/Insights/QM/Assessments/Comments - POSTInvite an Agent or a TaskQueue to a Channel.
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Invites - POSTAdd a Participant to a Channel.
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants - POSTTo create a question for a Category
/v1/Insights/QM/Questions - POSTTo create a category for Questions
/v1/Insights/QM/Categories - POSTAdd assessments against conversation to dynamo db.
/v1/Insights/QM/Assessments - POSTTo create a Questionnaire
/v1/Insights/QM/Questionnaires - POSTUpdate an existing Interaction Channel.
/v1/Interactions/{InteractionSid}/Channels/{Sid} - POSTTo obtain session details for fetching reports and dashboards
/v1/Insights/Session - POSTUpdate an existing Channel Participant.
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants/{Sid} - DELETETo delete the questionnaire
/v1/Insights/QM/Questionnaires/{Id} - POSTTo update the questionnaire
/v1/Insights/QM/Questionnaires/{Id} - POSTTo update the question
/v1/Insights/QM/Questions/{QuestionId} - POSTTo update the category for Questions
/v1/Insights/QM/Categories/{CategoryId} - POSTUpdate a specific Assessment assessed earlier
/v1/Insights/QM/Assessments/{AssessmentId} - POSTUpdate Channels
/v1/Channels - DELETEDelete Sid
/v1/Channels/{Sid} - POSTUpdate FlexFlows
/v1/FlexFlows - POSTUpdate WebChannels
/v1/WebChannels - DELETEDelete Sid
/v1/FlexFlows/{Sid} - POSTUpdate Sid
/v1/FlexFlows/{Sid} - DELETEDelete Sid
/v1/WebChannels/{Sid} - POSTUpdate Sid
/v1/WebChannels/{Sid} - DELETEDelete QuestionId
/v1/Insights/QM/Questions/{QuestionId} - DELETEDelete CategoryId
/v1/Insights/QM/Categories/{CategoryId}
What HumDay can read from Twilio Flex
These are the operations a schedule or a trigger can watch.
- GETTo create a comment assessment for a conversation
/v1/Insights/QM/Assessments/Comments - GETList all Channels for an Interaction.
/v1/Interactions/{InteractionSid}/Channels - GETThis is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user
/v1/Insights/UserRoles - GETList all Invites for a Channel.
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Invites - GETList all Participants for a Channel.
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants - GETGet assessments done for a conversation by logged in user
/v1/Insights/QM/Assessments - GETFetch a Channel for an Interaction.
/v1/Interactions/{InteractionSid}/Channels/{Sid} - GETTo get the Comment Settings for an Account
/v1/Insights/QM/Settings/CommentTags - GETTo get segments for given reservation Ids
/v1/Insights/Segments - GETTo get conversation with segment id
/v1/Insights/Conversations - GETTo get all the question for the given categories
/v1/Insights/QM/Questions - GETTo get all the categories
/v1/Insights/QM/Categories - GETTo get all questionnaires with questions
/v1/Insights/QM/Questionnaires - GETTo get the Segments of an Account
/v1/Insights/Segments/{SegmentId} - GETTo get the Answer Set Settings for an Account
/v1/Insights/QM/Settings/AnswerSets - GETTo get the Questionnaire Detail
/v1/Insights/QM/Questionnaires/{Id} - GETRead Channels
/v1/Channels - GETRead Sid
/v1/Channels/{Sid} - GETRead FlexFlows
/v1/FlexFlows - GETRead WebChannels
/v1/WebChannels - GETRead Configuration
/v1/Configuration - GETRead Sid
/v1/FlexFlows/{Sid} - GETRead Sid
/v1/WebChannels/{Sid} - GETRead Sid
/v1/Interactions/{Sid}
How automating Twilio Flex 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 Flex account.
- Grant access, then go live. You approve the specific Twilio Flex operations it may use — and only those.
Automate Twilio Flex 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 Frontline2 operations
- Twilio Insights17 operations
- Twilio Ip_messaging40 operations
Categories
Questions about Twilio Flex automation
- Can HumDay connect to Twilio Flex?
- Yes. HumDay reads Twilio Flex's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 50 operations are documented.
- Do I need to write code to automate Twilio Flex?
- 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 Flex account.
- What can HumDay do in Twilio Flex?
- 26 of the 50 documented operations change something in Twilio Flex, and 24 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Twilio Flex 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 Flex is held behind that approval.
Where this came from
The operations above are read from a published API description for Twilio Flex at raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_flex_v1.json. Descriptions are the provider’s own words, not ours. Last published 2023-04-20.