# Unique URL Link per Recipient

## Method 1: Unique link couched in a word

1. Highlight the word/phrase that you want hyperlinked, and click the "Insert link" icon.
2. In the "Link to" field, type in `{{url}}`.

<figure><img src="/files/zVtBjcNPFMrAK60DYbaP" alt=""><figcaption></figcaption></figure>

3\. In your CSV Recipient list, include a column with the header `url`. Fields under this column must begin with `https://`

<figure><img src="/files/lN0hiEq1Jido6HNz8CRG" alt=""><figcaption></figcaption></figure>

##

## Method 2: Unique link is displayed in full (also possible for SMS)

1. In the message template, write your variable field as `{{xxx_link}}`. You can fill in the first word with any word you want, as long as it is followed by `_link`. For example:

<figure><img src="/files/w6BKADUMj4cnZ0qzQEiB" alt=""><figcaption></figcaption></figure>

2\. In your CSV file, the header must also follow this naming convention i.e. `xxx_link`

<figure><img src="/files/Oet2qAz3pRc2sZUSzWQj" alt=""><figcaption></figcaption></figure>

By following these steps, the full link will appear in the message that your recipient receives.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://postman-v1.guides.gov.sg/campaign-guide-email/email/unique-url-link-per-recipient.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
