Create Link
POST/links/
Create Link
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location ID of the business profile
namestringrequired
Display name of the trigger link
redirectTostringrequired
URL or variable to redirect to when the trigger link is clicked
{
"locationId": "ve9EPM428h8vShlRW1KT",
"name": "first tag",
"redirectTo": "https://www.google.com/"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
linkobject
The trigger link object
{
"link": {
"id": "n4AriwEnFrGh3tu08W0U",
"name": "first tag",
"redirectTo": "https://www.google.com/",
"fieldKey": "{{trigger_link.n4AriwEnFrGh3tu08W0U}}",
"locationId": "ve9EPM428h8vShlRW1KT"
}
}