Description¶
Links are the tracking streams to attach your VoxNumbers to – so a business may be published on several websites, which would each be set up as a Link and each have a unique VoxNumber. Category data. A Node has one or more Links.
Methods¶
These methods manage the Links in your account, can attach VoxNumbers and Call Flows so they are callable, and Category data to improve your analytics granularity.
Method | Description | Verb |
---|---|---|
getLinks | Retrieves a full list of links | GET |
createLinks | Creates one or more new links for the given Node ID | POST |
updateLinks | Updates existing link(s) by Link ID | PUT |
attachVoxnumberToLink | Attaches a VoxNumber from the pool to a link | PUT |
removeVoxnumberFromLink | Removes a VoxNumber from a link and sends it back to the pool so it can be assigned to another link | PUT |
attachRuleTemplateToLinks | Attaches a Rule Template to one or more Links | PUT |
removeRuleTemplateFromLinks | Removes any Rule Template from one or more links | PUT |
attachSMSTemplateToLinks | Attaches a SMS Rule Template to one or more Links | PUT |
removeSMSTemplateFromLinks | Removes any SMS Rule Template from one or more links | PUT |
attachCategoryToLink | Attaches one or more categories to a link | PUT |
removeCategoryFromLink | Removes a category from a link | PUT |
deleteLinks | Deletes existing link(s) | DELETE |