Twilio Assistants V1
Connector for the twilio-assistants-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://assistants.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listassistants— GET /v1/Assistants — List all assistantsfetchassistant— GET /v1/Assistants/{id} — Get an assistant by IDlistknowledge— GET /v1/Knowledge — List all knowledgefetchknowledge— GET /v1/Knowledge/{id} — Get knowledgefetchknowledgestatus— GET /v1/Knowledge/{id}/Status — Get knowledge statuslistknowledgechunks— GET /v1/Knowledge/{id}/Chunks — List knowledge chunks
Inputs
apiKey— your twilio-assistants-v1 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: listassistants
apiKey: <your key>