---
title: "Generate RCS deeplink"
method: GET
path: "/messages/rcs_deeplinks/{agent_id}"
tags: ["RCS"]
---

# Generate RCS deeplink

`GET /messages/rcs_deeplinks/{agent_id}`

Generate a deeplink URL that can be used to start an RCS conversation with a specific agent.

## Path parameters

- `agent_id` string, required

## Query parameters

- `phone_number` string
- `body` string

## Response `200`

Successful response with deeplink URL

- RCSDeeplinkResponse
  - `data` object, required
    - `url` string, required — The generated deeplink URL

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
