---
title: "Set Twilio Link"
method: PUT
path: "/api/channels/twilio"
tags: ["channels"]
---

# Set Twilio Link

`PUT /api/channels/twilio`

Link a phone number to the current user for Twilio.

Creates or updates the ChannelRoute so inbound Twilio messages from
this phone number are routed to this user. Returns 409 if the phone
number is already claimed by another account.

## Request body

- TwilioLinkRequest
  - `phone_number` string, required

## Response `200`

Successful Response

- TwilioLinkResponse
  - `phone_number` string, nullable
  - `connected` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
