Twilio - Conversations Skill
twilio-conversations
twilio-conversations
| Method | Path | Description |
|---|---|---|
GET | /v1/Configuration | |
POST | /v1/Configuration | Fetch the global configuration of conversations on your account |
GET | /v1/Configuration/Addresses | Update the global configuration of conversations on your account |
POST | /v1/Configuration/Addresses | Retrieve a list of address configurations for an account |
GET | /v1/Configuration/Addresses/{Sid} | Create a new address configuration |
POST | /v1/Configuration/Addresses/{Sid} | Fetch an address configuration |
DELETE | /v1/Configuration/Addresses/{Sid} | Update an existing address configuration |
GET | /v1/Configuration/Webhooks | Remove an existing address configuration |
POST | /v1/Configuration/Webhooks | |
POST | /v1/Conversations | |
GET | /v1/Conversations | Create a new conversation in your account's default service |
POST | /v1/Conversations/{Sid} | Retrieve a list of conversations in your account's default service |
DELETE | /v1/Conversations/{Sid} | Update an existing conversation in your account's default service |
GET | /v1/Conversations/{Sid} | Remove a conversation from your account's default service |
POST | /v1/Conversations/{ConversationSid}/Messages | Fetch a conversation from your account's default service |
GET | /v1/Conversations/{ConversationSid}/Messages | Add a new message to the conversation |
POST | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Retrieve a list of all messages in the conversation |
DELETE | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Update an existing message in the conversation |
GET | /v1/Conversations/{ConversationSid}/Messages/{Sid} | Remove a message from the conversation |
GET | /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid} | Fetch a message from the conversation |
GET | /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts | Fetch the delivery and read receipts of the conversation message |
POST | /v1/Conversations/{ConversationSid}/Participants | Retrieve a list of all delivery and read receipts of the conversation message |
GET | /v1/Conversations/{ConversationSid}/Participants | Add a new participant to the conversation |
POST | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Retrieve a list of all participants of the conversation |
DELETE | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Update an existing participant in the conversation |
GET | /v1/Conversations/{ConversationSid}/Participants/{Sid} | Remove a participant from the conversation |
GET | /v1/Conversations/{ConversationSid}/Webhooks | Fetch a participant of the conversation |
POST | /v1/Conversations/{ConversationSid}/Webhooks | Retrieve a list of all webhooks scoped to the conversation |
GET | /v1/Conversations/{ConversationSid}/Webhooks/{Sid} | Create a new webhook scoped to the conversation |
POST | /v1/Conversations/{ConversationSid}/Webhooks/{Sid} | Fetch the configuration of a conversation-scoped webhook |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install twilio-conversations
Downloads and installs to ~/.claude/skills/twilio-conversations/
1.0.0 (2026-02-13)