Automate Twilio Preview
HumDay reads Twilio Preview’s own published API description and derives 147 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 Preview is
This is the public Twilio REST API.
API host: preview.twilio.com
What HumDay can do in Twilio Preview
77 documented operations change something in Twilio Preview. The 55 most useful are listed here.
- POSTCreate a new Fleet for scoping of deployed devices within your account.
/DeployedDevices/Fleets - POSTInstall an Add-on for the Account specified.
/marketplace/InstalledAddOns - POSTCreate a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device.
/DeployedDevices/Fleets/{FleetSid}/Keys - POSTCreate a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deployment and/or human identity.
/DeployedDevices/Fleets/{FleetSid}/Devices - POSTCreate an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.
/HostedNumbers/AuthorizationDocuments - POSTCreate a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sync service instance.
/DeployedDevices/Fleets/{FleetSid}/Deployments - DELETERemove an Add-on installation from your account
/marketplace/InstalledAddOns/{Sid} - POSTUpdate an Add-on installation for the Account specified.
/marketplace/InstalledAddOns/{Sid} - POSTHost a phone number's capability on Twilio's platform.
/HostedNumbers/HostedNumberOrders - POSTEnroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Device.
/DeployedDevices/Fleets/{FleetSid}/Certificates - POSTUpdates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}.
/understand/Assistants/{AssistantSid}/StyleSheet - POSTUpdates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.
/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions - DELETEDelete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certificates, Keys.
/DeployedDevices/Fleets/{Sid} - POSTUpdate the friendly name property of a specific Fleet in your account.
/DeployedDevices/Fleets/{Sid} - DELETECancel the HostedNumberOrder (only available when the status is in received).
/HostedNumbers/HostedNumberOrders/{Sid} - POSTUpdates a specific HostedNumberOrder.
/HostedNumbers/HostedNumberOrders/{Sid} - POSTUpdates a specific AuthorizationDocument.
/HostedNumbers/AuthorizationDocuments/{Sid} - POSTUpdate an Extension for an Add-on installation.
/marketplace/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid} - DELETEDelete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.
/DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} - POSTUpdate the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning to a Device.
/DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} - DELETEDelete a specific Device from the Fleet, also removing it from associated Deployments.
/DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} - POSTUpdate the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deployment, or a human identity.
/DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} - DELETEDelete a specific Deployment from the Fleet, leaving associated devices effectively undeployed.
/DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} - POSTUpdate the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or linking to a specific Twilio Sync service instance.
/DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} - DELETEUnregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.
/DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} - POSTUpdate the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or assigning to a Device.
/DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} - POSTUpdate an identity's access to a specific Sync List.
/Sync/Services/{ServiceSid}/Lists/{ListSid}/Permissions/{Identity} - POSTUpdate an identity's access to a specific Sync Document.
/Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions/{Identity} - POSTUpdate an identity's access to a specific Sync Map.
/Sync/Services/{ServiceSid}/Maps/{MapSid}/Permissions/{Identity} - POSTUpdate Services
/Sync/Services - POSTUpdate Commands
/wireless/Commands - POSTUpdate RatePlans
/wireless/RatePlans - POSTUpdate Assistants
/understand/Assistants - POSTUpdate Tasks
/understand/Assistants/{AssistantSid}/Tasks - DELETEDelete Sid
/Sync/Services/{Sid} - POSTUpdate Sid
/Sync/Services/{Sid} - POSTUpdate Sid
/wireless/Sims/{Sid} - DELETEDelete Sid
/wireless/RatePlans/{Sid} - POSTUpdate Sid
/wireless/RatePlans/{Sid} - DELETEDelete Sid
/understand/Assistants/{Sid} - POSTUpdate Sid
/understand/Assistants/{Sid} - DELETEDelete Sid
/understand/Assistants/{AssistantSid}/Tasks/{Sid} - POSTUpdate Sid
/understand/Assistants/{AssistantSid}/Tasks/{Sid} - POSTUpdate Maps
/Sync/Services/{ServiceSid}/Maps - POSTUpdate Lists
/Sync/Services/{ServiceSid}/Lists - POSTUpdate Documents
/Sync/Services/{ServiceSid}/Documents - POSTUpdate Items
/Sync/Services/{ServiceSid}/Maps/{MapSid}/Items - POSTUpdate Items
/Sync/Services/{ServiceSid}/Lists/{ListSid}/Items - POSTUpdate Queries
/understand/Assistants/{AssistantSid}/Queries - POSTUpdate FieldTypes
/understand/Assistants/{AssistantSid}/FieldTypes - POSTUpdate ModelBuilds
/understand/Assistants/{AssistantSid}/ModelBuilds - POSTUpdate FallbackActions
/understand/Assistants/{AssistantSid}/FallbackActions - POSTUpdate InitiationActions
/understand/Assistants/{AssistantSid}/InitiationActions - POSTUpdate Fields
/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Fields - POSTUpdate Samples
/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples
What HumDay can read from Twilio Preview
These are the operations a schedule or a trigger can watch.
- GETRetrieve a list of Add-ons currently available to be installed.
/marketplace/AvailableAddOns - GETRetrieve a list of Add-ons currently installed on this Account.
/marketplace/InstalledAddOns - GETRetrieve a list of all Fleets belonging to your account.
/DeployedDevices/Fleets - GETRetrieve a list of HostedNumberOrders belonging to the account initiating the request.
/HostedNumbers/HostedNumberOrders - GETRetrieve a list of AuthorizationDocuments belonging to the account initiating the request.
/HostedNumbers/AuthorizationDocuments - GETRetrieve a list of Extensions for the Available Add-on.
/marketplace/AvailableAddOns/{AvailableAddOnSid}/Extensions - GETRetrieve a list of Extensions for the Installed Add-on.
/marketplace/InstalledAddOns/{InstalledAddOnSid}/Extensions - GETFetch an instance of an Add-on currently available to be installed.
/marketplace/AvailableAddOns/{Sid} - GETFetch an instance of an Add-on currently installed on this Account.
/marketplace/InstalledAddOns/{Sid} - GETRetrieve a list of all Keys credentials belonging to the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Keys - GETRetrieve a list of all Devices belonging to the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Devices - GETRetrieve a list of all Deployments belonging to the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Deployments - GETRetrieve a list of all Certificate credentials belonging to the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Certificates - GETReturns Style sheet JSON object for this Assistant
/understand/Assistants/{AssistantSid}/StyleSheet - GETReturns JSON actions for this Task.
/understand/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions - GETRetrieve a list of all Permissions applying to a Sync Document.
/Sync/Services/{ServiceSid}/Documents/{DocumentSid}/Permissions - GETFetch information about a specific Fleet in your account.
/DeployedDevices/Fleets/{Sid} - GETFetch a specific HostedNumberOrder.
/HostedNumbers/HostedNumberOrders/{Sid} - GETFetch a specific AuthorizationDocument.
/HostedNumbers/AuthorizationDocuments/{Sid} - GETRetrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.
/HostedNumbers/AuthorizationDocuments/{SigningDocumentSid}/DependentHostedNumberOrders - GETFetch an instance of an Extension for the Available Add-on.
/marketplace/AvailableAddOns/{AvailableAddOnSid}/Extensions/{Sid} - GETFetch an instance of an Extension for the Installed Add-on.
/marketplace/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid} - GETRetrieve a list of all Permissions applying to a Sync Map.
/Sync/Services/{ServiceSid}/Maps/{MapSid}/Permissions - GETRetrieve a list of all Permissions applying to a Sync List.
/Sync/Services/{ServiceSid}/Lists/{ListSid}/Permissions - GETFetch information about a specific Key credential in the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Keys/{Sid} - GETFetch information about a specific Device in the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Devices/{Sid} - GETFetch information about a specific Deployment in the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Deployments/{Sid} - GETFetch information about a specific Certificate credential in the Fleet.
/DeployedDevices/Fleets/{FleetSid}/Certificates/{Sid} - GETRead Services
/Sync/Services - GETRead Sims
/wireless/Sims - GETRead Commands
/wireless/Commands - GETRead RatePlans
/wireless/RatePlans - GETRead Assistants
/understand/Assistants - GETRead Tasks
/understand/Assistants/{AssistantSid}/Tasks - GETRead Sid
/Sync/Services/{Sid} - GETRead Sid
/wireless/Sims/{Sid} - GETRead Sid
/wireless/Commands/{Sid} - GETRead Sid
/wireless/RatePlans/{Sid} - GETRead Sid
/understand/Assistants/{Sid} - GETRead Sid
/understand/Assistants/{AssistantSid}/Tasks/{Sid} - GETRead Usage
/wireless/Sims/{SimSid}/Usage - GETRead Maps
/Sync/Services/{ServiceSid}/Maps - GETRead Lists
/Sync/Services/{ServiceSid}/Lists - GETRead Documents
/Sync/Services/{ServiceSid}/Documents - GETRead Items
/Sync/Services/{ServiceSid}/Maps/{MapSid}/Items
How automating Twilio Preview 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 Preview account.
- Grant access, then go live. You approve the specific Twilio Preview operations it may use — and only those.
Automate Twilio Preview 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 Preview automation
- Can HumDay connect to Twilio Preview?
- Yes. HumDay reads Twilio Preview's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 147 operations are documented.
- Do I need to write code to automate Twilio Preview?
- 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 Preview account.
- What can HumDay do in Twilio Preview?
- 77 of the 147 documented operations change something in Twilio Preview, and 70 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Twilio Preview 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 Preview is held behind that approval.
Where this came from
The operations above are read from a published API description for Twilio Preview at raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_preview.json. Descriptions are the provider’s own words, not ours. Last published 2023-04-20.