Twilio Insights V3
Connector for the twilio-insights-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://insights.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchqueryresults— GET /v3/InsightsDomains/Conversations/Query — Fetch semantic query resultsfetchmetadata— GET /v3/InsightsDomains/Conversations/Metadata — Fetch Metadata for the Conversations domaincreatequeryresults— POST /v3/InsightsDomains/Conversations/Query — Execute a semantic query
Inputs
apiKey— your twilio-insights-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: fetchqueryresults
apiKey: <your key>