The Trigger Links API lets you create, retrieve, update, delete, and search trigger links in your HoopAI Platform account. A trigger link is a special trackable URL that fires a workflow automation when a contact clicks it, making it a powerful tool for behavioral-based marketing and engagement tracking.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.
Base URL
Authentication
Every request must include a bearer token in theAuthorization header and the API version in the Version header.
OAuth scopes
| Scope | Access |
|---|---|
links.readonly | Read trigger link configurations |
links.write | Create, update, and delete trigger links |
Quick start
Retrieve all trigger links for a location:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /links/ | Get Links |
POST | /links/ | Create Link |
GET | /links/id/{linkId} | Get Link by ID |
PUT | /links/{linkId} | Update Link |
DELETE | /links/{linkId} | Delete Link |
GET | /links/search | Search Trigger Links |
Related
- Workflows API overview — build automations that trigger link clicks activate
- Contacts API overview — manage contacts whose clicks are tracked
- OAuth 2.0 overview — obtain and refresh access tokens