---
title: "Add conversation link"
method: POST
path: "/conversations/{conversation_id}/links"
tags: ["Conversations"]
---

# Add conversation link

`POST /conversations/{conversation_id}/links`

Adds one or more links to a conversation
For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic.


Required scope: `conversations:write`

## Path parameters

- `conversation_id` string, required

## Request body

- object
  - `link_ids` string[] — Link IDs to add. Either link_ids or link_external_urls must be specified but not both
  - `link_external_urls` string[] — Link external URLs to add. Creates links if necessary. Either link_ids or link_external_urls must be specified but not both

## Response `204`

No content

## Other responses

- `301` — If the conversation has been merged, the response redirects you to the merged conversation.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
