> ## Documentation Index
> Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger links

> Create trackable links in Hoop that automatically fire workflow actions when a contact clicks them.

<div style={{position: "relative", paddingTop: "56.25%", marginBottom: "1.5rem"}}>
  <iframe src="https://player.mediadelivery.net/embed/622351/9dbbf5eb-e2e7-40d6-859b-cb3a625ba16b?preload=true" loading="lazy" style={{border: "none", position: "absolute", top: 0, height: "100%", width: "100%"}} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen={true} />
</div>

Trigger links are special trackable URLs that record when a contact clicks them and can automatically launch workflow automations in response. They are most commonly used in SMS campaigns, email messages, funnels, and websites to track engagement and trigger personalized follow-up sequences.

**Examples of use:**

* A cart-abandonment link that triggers a re-engagement workflow when clicked.
* A product info link that kicks off an automated onboarding sequence for new buyers.
* A confirmation link that records engagement and updates the contact's record.

***

## Viewing your trigger links

Navigate to **Conversations → Trigger Links** to see your full list.

<Frame caption="Trigger links library">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/6wlH0ZEykyQqefII/images/conversations-trigger-links-list.png?fit=max&auto=format&n=6wlH0ZEykyQqefII&q=85&s=a0f3541cb2013f564b8276b5c83ba908" alt="Trigger links list" width="1596" height="521" data-path="images/conversations-trigger-links-list.png" />
</Frame>

The table shows:

| Column     | Description                                              |
| ---------- | -------------------------------------------------------- |
| Name       | Alphabetically sorted for easy scanning                  |
| Link URL   | The unique tracking URL (different from the destination) |
| Link Key   | Unique identifier for each trigger link                  |
| Date Added | When the link was created                                |
| Actions    | Edit (pencil) or Delete (trash)                          |

Use the **search bar** to find a specific trigger link by keyword.

***

## Creating a trigger link

<Steps>
  <Step title="Click Add Link">
    Click the **Add Link** button. A pop-up appears.

    <Frame caption="Create trigger link dialog">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/6wlH0ZEykyQqefII/images/conversations-trigger-links-create.png?fit=max&auto=format&n=6wlH0ZEykyQqefII&q=85&s=e9830be9d88eab0484a12943a4be8e0e" alt="Create trigger link" width="1598" height="520" data-path="images/conversations-trigger-links-create.png" />
    </Frame>
  </Step>

  <Step title="Name the trigger link">
    Give it a descriptive name that reflects the action it will trigger (e.g., "Pricing Page Click" or "Free Trial CTA"). Use naming conventions if managing many links.
  </Step>

  <Step title="Add the destination URL">
    Paste the URL you want the contact to land on after clicking. This is the actual page — Hoop wraps it with a tracking URL automatically.
  </Step>

  <Step title="Save">
    Click **Save**. The trigger link is now available to insert into messages, emails, and automations.
  </Step>
</Steps>

***

## Using trigger links in messages

Once created, add trigger links to any message in Conversations:

<Steps>
  <Step title="Open the message box">
    In any conversation, open the message composer for your chosen channel.
  </Step>

  <Step title="Click the lightning bolt icon">
    This opens the trigger link selector showing all your saved links.
  </Step>

  <Step title="Select a link">
    Click the link to insert it. Hoop adds a code placeholder that resolves to the full tracking URL when the message is sent.
  </Step>
</Steps>

<Tip>
  Trigger links can also be added to email templates and SMS snippets so they are ready to use in any template-based message.
</Tip>

***

## Analyzing trigger link performance

<Steps>
  <Step title="Open Analyze">
    In the Trigger Links section, click the dropdown arrow next to a link and select **Analyze**.

    <Frame caption="Trigger link analytics view">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/6wlH0ZEykyQqefII/images/conversations-trigger-links-analyze.png?fit=max&auto=format&n=6wlH0ZEykyQqefII&q=85&s=f4c698aa4db2345541f18eb0ffceabc5" alt="Trigger links analyze" width="1602" height="778" data-path="images/conversations-trigger-links-analyze.png" />
    </Frame>
  </Step>

  <Step title="Set a date range">
    Click the date selector in the top right to choose a custom analysis period.
  </Step>

  <Step title="Read the bar chart">
    The bar chart shows click volume over time. The Y-axis represents total clicks within the selected range.

    <Frame caption="Trigger links bar chart">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/6wlH0ZEykyQqefII/images/conversations-trigger-links-chart.png?fit=max&auto=format&n=6wlH0ZEykyQqefII&q=85&s=b7372b87a34097265a72162c3346fb0d" alt="Trigger links chart" width="1573" height="683" data-path="images/conversations-trigger-links-chart.png" />
    </Frame>
  </Step>

  <Step title="Hover for details">
    Hover over any bar to see the exact click count for that period — no need to calculate manually.
  </Step>
</Steps>

<AccordionGroup>
  <Accordion title="What to look for in analytics">
    * **Trends over time** — identify when clicks peak (e.g., after a campaign send).
    * **Anomalies** — sudden drops or spikes may indicate list quality issues or campaign effectiveness.
    * **Comparison** — run multiple links for A/B testing different CTAs.
  </Accordion>

  <Accordion title="Refreshing data">
    Click the **refresh icon** to reload the chart with the most current click data.
  </Accordion>
</AccordionGroup>
