Twilio Intelligence V3
Connector for the twilio-intelligence-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://intelligence.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listconfigurations— GET /v3/ControlPlane/Configurations — Retrieve a list of Intelligence Configurationsfetchconfiguration— GET /v3/ControlPlane/Configurations/{id} — Retrieve an Intelligence Configurationlistoperators— GET /v3/ControlPlane/Operators — Retrieve a list of Operatorsfetchoperator— GET /v3/ControlPlane/Operators/{id} — Retrieve an Operatorlistoperatorversions— GET /v3/ControlPlane/Operators/{id}/Versions — Retrieve a list of Operator Versionsfetchoperatorversion— GET /v3/ControlPlane/Operators/{id}/Versions/{version} — Retrieve a specific Operator Version
Inputs
apiKey— your twilio-intelligence-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listconfigurations
apiKey: <your key>