Twilio · Capability

Twilio - Conversations — Conversations

Twilio - Conversations — Conversations. 22 operations. Lead operation: Conversations. Self-contained Naftiko capability covering one Twilio business surface.

Run with Naftiko TwilioConversations

What You Can Do

POST
Createconversation — Create a new conversation in your account's default service
/v1/v1/conversations
GET
Listconversation — Retrieve a list of conversations in your account's default service
/v1/v1/conversations
POST
Createconversationmessage — Add a new message to the conversation
/v1/v1/conversations/{conversationsid}/messages
GET
Listconversationmessage — Retrieve a list of all messages in the conversation
/v1/v1/conversations/{conversationsid}/messages
GET
Listconversationmessagereceipt — Retrieve a list of all delivery and read receipts of the conversation message
/v1/v1/conversations/{conversationsid}/messages/{messagesid}/receipts
GET
Fetchconversationmessagereceipt — Fetch the delivery and read receipts of the conversation message
/v1/v1/conversations/{conversationsid}/messages/{messagesid}/receipts/{sid}
POST
Updateconversationmessage — Update an existing message in the conversation
/v1/v1/conversations/{conversationsid}/messages/{sid}
DELETE
Deleteconversationmessage — Remove a message from the conversation
/v1/v1/conversations/{conversationsid}/messages/{sid}
GET
Fetchconversationmessage — Fetch a message from the conversation
/v1/v1/conversations/{conversationsid}/messages/{sid}
POST
Createconversationparticipant — Add a new participant to the conversation
/v1/v1/conversations/{conversationsid}/participants
GET
Listconversationparticipant — Retrieve a list of all participants of the conversation
/v1/v1/conversations/{conversationsid}/participants
POST
Updateconversationparticipant — Update an existing participant in the conversation
/v1/v1/conversations/{conversationsid}/participants/{sid}
DELETE
Deleteconversationparticipant — Remove a participant from the conversation
/v1/v1/conversations/{conversationsid}/participants/{sid}
GET
Fetchconversationparticipant — Fetch a participant of the conversation
/v1/v1/conversations/{conversationsid}/participants/{sid}
GET
Listconversationscopedwebhook — Retrieve a list of all webhooks scoped to the conversation
/v1/v1/conversations/{conversationsid}/webhooks
POST
Createconversationscopedwebhook — Create a new webhook scoped to the conversation
/v1/v1/conversations/{conversationsid}/webhooks
GET
Fetchconversationscopedwebhook — Fetch the configuration of a conversation-scoped webhook
/v1/v1/conversations/{conversationsid}/webhooks/{sid}
POST
Updateconversationscopedwebhook — Update an existing conversation-scoped webhook
/v1/v1/conversations/{conversationsid}/webhooks/{sid}
DELETE
Deleteconversationscopedwebhook — Remove an existing webhook scoped to the conversation
/v1/v1/conversations/{conversationsid}/webhooks/{sid}
POST
Updateconversation — Update an existing conversation in your account's default service
/v1/v1/conversations/{sid}
DELETE
Deleteconversation — Remove a conversation from your account's default service
/v1/v1/conversations/{sid}
GET
Fetchconversation — Fetch a conversation from your account's default service
/v1/v1/conversations/{sid}

MCP Tools

create-new-conversation-your-account-s

Create a new conversation in your account's default service

retrieve-list-conversations-your-account-s

Retrieve a list of conversations in your account's default service

read-only idempotent
add-new-message-conversation

Add a new message to the conversation

retrieve-list-all-messages-conversation

Retrieve a list of all messages in the conversation

read-only idempotent
retrieve-list-all-delivery-and

Retrieve a list of all delivery and read receipts of the conversation message

read-only idempotent
fetch-delivery-and-read-receipts

Fetch the delivery and read receipts of the conversation message

read-only idempotent
update-existing-message-conversation

Update an existing message in the conversation

remove-message-conversation

Remove a message from the conversation

idempotent
fetch-message-conversation

Fetch a message from the conversation

read-only idempotent
add-new-participant-conversation

Add a new participant to the conversation

retrieve-list-all-participants-conversation

Retrieve a list of all participants of the conversation

read-only idempotent
update-existing-participant-conversation

Update an existing participant in the conversation

remove-participant-conversation

Remove a participant from the conversation

idempotent
fetch-participant-conversation

Fetch a participant of the conversation

read-only idempotent
retrieve-list-all-webhooks-scoped

Retrieve a list of all webhooks scoped to the conversation

read-only idempotent
create-new-webhook-scoped-conversation

Create a new webhook scoped to the conversation

fetch-configuration-conversation-scoped-webhook

Fetch the configuration of a conversation-scoped webhook

read-only idempotent
update-existing-conversation-scoped-webhook

Update an existing conversation-scoped webhook

remove-existing-webhook-scoped-conversation

Remove an existing webhook scoped to the conversation

idempotent
update-existing-conversation-your-account-s

Update an existing conversation in your account's default service

remove-conversation-your-account-s-default

Remove a conversation from your account's default service

idempotent
fetch-conversation-your-account-s-default

Fetch a conversation from your account's default service

read-only idempotent

Capability Spec

conversations-conversations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio - Conversations — Conversations
  description: 'Twilio - Conversations — Conversations. 22 operations. Lead operation: Conversations. Self-contained Naftiko
    capability covering one Twilio business surface.'
  tags:
  - Twilio
  - Conversations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TWILIO_API_KEY: TWILIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: conversations-conversations
    baseUri: https://conversations.twilio.com
    description: Twilio - Conversations — Conversations business capability. Self-contained, no shared references.
    resources:
    - name: v1-Conversations
      path: /v1/Conversations
      operations:
      - name: createconversation
        method: POST
        description: Create a new conversation in your account's default service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listconversation
        method: GET
        description: Retrieve a list of conversations in your account's default service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: StartDate
          in: query
          type: string
          description: 'Start date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the
            start time of the date is used (YYYY-MM-DDT00:00:00Z). Can '
        - name: EndDate
          in: query
          type: string
          description: End date or time in ISO8601 format for filtering list of Conversations. If a date is provided, the
            end time of the date is used (YYYY-MM-DDT23:59:59Z). Can be c
        - name: State
          in: query
          type: string
          description: State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed`
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
    - name: v1-Conversations-ConversationSid-Messages
      path: /v1/Conversations/{ConversationSid}/Messages
      operations:
      - name: createconversationmessage
        method: POST
        description: Add a new message to the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listconversationmessage
        method: GET
        description: Retrieve a list of all messages in the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for messages.
          required: true
        - name: Order
          in: query
          type: string
          description: 'The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc`
            as the default.'
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
    - name: v1-Conversations-ConversationSid-Messages-MessageSid-Receipts
      path: /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts
      operations:
      - name: listconversationmessagereceipt
        method: GET
        description: Retrieve a list of all delivery and read receipts of the conversation message
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: MessageSid
          in: path
          type: string
          description: The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            the delivery receipt belongs to.
          required: true
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
    - name: v1-Conversations-ConversationSid-Messages-MessageSid-Receipts-Sid
      path: /v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}
      operations:
      - name: fetchconversationmessagereceipt
        method: GET
        description: Fetch the delivery and read receipts of the conversation message
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: MessageSid
          in: path
          type: string
          description: The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            the delivery receipt belongs to.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
    - name: v1-Conversations-ConversationSid-Messages-Sid
      path: /v1/Conversations/{ConversationSid}/Messages/{Sid}
      operations:
      - name: updateconversationmessage
        method: POST
        description: Update an existing message in the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteconversationmessage
        method: DELETE
        description: Remove a message from the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
      - name: fetchconversationmessage
        method: GET
        description: Fetch a message from the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this message.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
    - name: v1-Conversations-ConversationSid-Participants
      path: /v1/Conversations/{ConversationSid}/Participants
      operations:
      - name: createconversationparticipant
        method: POST
        description: Add a new participant to the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this participant.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listconversationparticipant
        method: GET
        description: Retrieve a list of all participants of the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for participants.
          required: true
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
    - name: v1-Conversations-ConversationSid-Participants-Sid
      path: /v1/Conversations/{ConversationSid}/Participants/{Sid}
      operations:
      - name: updateconversationparticipant
        method: POST
        description: Update an existing participant in the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this participant.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteconversationparticipant
        method: DELETE
        description: Remove a participant from the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this participant.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
      - name: fetchconversationparticipant
        method: GET
        description: Fetch a participant of the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this participant.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's
            `identity` rather than the SID.
          required: true
    - name: v1-Conversations-ConversationSid-Webhooks
      path: /v1/Conversations/{ConversationSid}/Webhooks
      operations:
      - name: listconversationscopedwebhook
        method: GET
        description: Retrieve a list of all webhooks scoped to the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this webhook.
          required: true
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
      - name: createconversationscopedwebhook
        method: POST
        description: Create a new webhook scoped to the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this webhook.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-Conversations-ConversationSid-Webhooks-Sid
      path: /v1/Conversations/{ConversationSid}/Webhooks/{Sid}
      operations:
      - name: fetchconversationscopedwebhook
        method: GET
        description: Fetch the configuration of a conversation-scoped webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this webhook.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
      - name: updateconversationscopedwebhook
        method: POST
        description: Update an existing conversation-scoped webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this webhook.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteconversationscopedwebhook
        method: DELETE
        description: Remove an existing webhook scoped to the conversation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConversationSid
          in: path
          type: string
          description: The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource)
            for this webhook.
          required: true
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource.
          required: true
    - name: v1-Conversations-Sid
      path: /v1/Conversations/{Sid}
      operations:
      - name: updateconversation
        method: POST
        description: Update an existing conversation in your account's default service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the
            Conversation.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteconversation
        method: DELETE
        description: Remove a conversation from your account's default service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the
            Conversation.
          required: true
        - name: X-Twilio-Webhook-Enabled
          in: header
          type: string
          description: The X-Twilio-Webhook-Enabled HTTP request header
      - name: fetchconversation
        method: GET
        description: Fetch a conversation from your account's default service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Sid
          in: path
          type: string
          description: A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the
            Conversation.
          required: true
    authentication:
      type: basic
      username: '{{env.TWILIO_USER}}'
      password: '{{env.TWILIO_PASS}}'
  exposes:
  - type: rest
    namespace: conversations-conversations-rest
    port: 8080
    description: REST adapter for Twilio - Conversations — Conversations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/conversations
      name: v1-conversations
      description: REST surface for v1-Conversations.
      operations:
      - method: POST
        name: createconversation
        description: Create a new conversation in your account's default service
        call: conversations-conversations.createconversation
        with:
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listconversation
        description: Retrieve a list of conversations in your account's default service
        call: conversations-conversations.listconversation
        with:
          StartDate: rest.StartDate
          EndDate: rest.EndDate
          State: rest.State
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/messages
      name: v1-conversations-conversationsid-messages
      description: REST surface for v1-Conversations-ConversationSid-Messages.
      operations:
      - method: POST
        name: createconversationmessage
        description: Add a new message to the conversation
        call: conversations-conversations.createconversationmessage
        with:
          ConversationSid: rest.ConversationSid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listconversationmessage
        description: Retrieve a list of all messages in the conversation
        call: conversations-conversations.listconversationmessage
        with:
          ConversationSid: rest.ConversationSid
          Order: rest.Order
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/messages/{messagesid}/receipts
      name: v1-conversations-conversationsid-messages-messagesid-receipts
      description: REST surface for v1-Conversations-ConversationSid-Messages-MessageSid-Receipts.
      operations:
      - method: GET
        name: listconversationmessagereceipt
        description: Retrieve a list of all delivery and read receipts of the conversation message
        call: conversations-conversations.listconversationmessagereceipt
        with:
          ConversationSid: rest.ConversationSid
          MessageSid: rest.MessageSid
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/messages/{messagesid}/receipts/{sid}
      name: v1-conversations-conversationsid-messages-messagesid-receipts-sid
      description: REST surface for v1-Conversations-ConversationSid-Messages-MessageSid-Receipts-Sid.
      operations:
      - method: GET
        name: fetchconversationmessagereceipt
        description: Fetch the delivery and read receipts of the conversation message
        call: conversations-conversations.fetchconversationmessagereceipt
        with:
          ConversationSid: rest.ConversationSid
          MessageSid: rest.MessageSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/messages/{sid}
      name: v1-conversations-conversationsid-messages-sid
      description: REST surface for v1-Conversations-ConversationSid-Messages-Sid.
      operations:
      - method: POST
        name: updateconversationmessage
        description: Update an existing message in the conversation
        call: conversations-conversations.updateconversationmessage
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconversationmessage
        description: Remove a message from the conversation
        call: conversations-conversations.deleteconversationmessage
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: fetchconversationmessage
        description: Fetch a message from the conversation
        call: conversations-conversations.fetchconversationmessage
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/participants
      name: v1-conversations-conversationsid-participants
      description: REST surface for v1-Conversations-ConversationSid-Participants.
      operations:
      - method: POST
        name: createconversationparticipant
        description: Add a new participant to the conversation
        call: conversations-conversations.createconversationparticipant
        with:
          ConversationSid: rest.ConversationSid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listconversationparticipant
        description: Retrieve a list of all participants of the conversation
        call: conversations-conversations.listconversationparticipant
        with:
          ConversationSid: rest.ConversationSid
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/participants/{sid}
      name: v1-conversations-conversationsid-participants-sid
      description: REST surface for v1-Conversations-ConversationSid-Participants-Sid.
      operations:
      - method: POST
        name: updateconversationparticipant
        description: Update an existing participant in the conversation
        call: conversations-conversations.updateconversationparticipant
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconversationparticipant
        description: Remove a participant from the conversation
        call: conversations-conversations.deleteconversationparticipant
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: fetchconversationparticipant
        description: Fetch a participant of the conversation
        call: conversations-conversations.fetchconversationparticipant
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/webhooks
      name: v1-conversations-conversationsid-webhooks
      description: REST surface for v1-Conversations-ConversationSid-Webhooks.
      operations:
      - method: GET
        name: listconversationscopedwebhook
        description: Retrieve a list of all webhooks scoped to the conversation
        call: conversations-conversations.listconversationscopedwebhook
        with:
          ConversationSid: rest.ConversationSid
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconversationscopedwebhook
        description: Create a new webhook scoped to the conversation
        call: conversations-conversations.createconversationscopedwebhook
        with:
          ConversationSid: rest.ConversationSid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{conversationsid}/webhooks/{sid}
      name: v1-conversations-conversationsid-webhooks-sid
      description: REST surface for v1-Conversations-ConversationSid-Webhooks-Sid.
      operations:
      - method: GET
        name: fetchconversationscopedwebhook
        description: Fetch the configuration of a conversation-scoped webhook
        call: conversations-conversations.fetchconversationscopedwebhook
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: updateconversationscopedwebhook
        description: Update an existing conversation-scoped webhook
        call: conversations-conversations.updateconversationscopedwebhook
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconversationscopedwebhook
        description: Remove an existing webhook scoped to the conversation
        call: conversations-conversations.deleteconversationscopedwebhook
        with:
          ConversationSid: rest.ConversationSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/conversations/{sid}
      name: v1-conversations-sid
      description: REST surface for v1-Conversations-Sid.
      operations:
      - method: POST
        name: updateconversation
        description: Update an existing conversation in your account's default service
        call: conversations-conversations.updateconversation
        with:
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconversation
        description: Remove a conversation from your account's default service
        call: conversations-conversations.deleteconversation
        with:
          Sid: rest.Sid
          X-Twilio-Webhook-Enabled: rest.X-Twilio-Webhook-Enabled
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: fetchconversation
        description: Fetch a conversation from your account's default service
        call: conver

# --- truncated at 32 KB (42 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/twilio/refs/heads/main/capabilities/conversations-conversations.yaml