Twilio Twilio Conversations V1
Connector for the twilio-twilio-conversations-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://conversations.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchconfiguration— GET /v1/Configuration — Fetch the global configuration of conversations on your accountlistconfigurationaddress— GET /v1/Configuration/Addresses — Retrieve a list of address configurations for an accountfetchconfigurationaddress— GET /v1/Configuration/Addresses/{Sid} — Fetch an address configurationfetchconfigurationwebhook— GET /v1/Configuration/Webhookslistconversation— GET /v1/Conversations — Retrieve a list of conversations in your account's default servicelistconversationmessage— GET /v1/Conversations/{ConversationSid}/Messages — Retrieve a list of all messages in the conversation
Inputs
apiKey— your twilio-twilio-conversations-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: fetchconfiguration
apiKey: <your key>