---
title: "Set Bluebubbles Link"
method: PUT
path: "/api/channels/bluebubbles"
tags: ["channels"]
---

# Set Bluebubbles Link

`PUT /api/channels/bluebubbles`

Link a phone number or email to the current user for BlueBubbles.

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

## Request body

- BlueBubblesLinkRequest
  - `phone_number` string, required

## Response `200`

Successful Response

- BlueBubblesLinkResponse
  - `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)
