SmartTexts REST Endpoints

SmartTexts
The SmartTexts resource is used to view, create, update, and delete smart texts. A SmartText entry is a reusable fragment of text that you can use in SR messages.
Create a SmartText
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts
Delete a SmartText
Method: delete
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
Get a SmartText
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
Get all SmartTexts
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTexts
Get SmartText Variable Values
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/action/fetchSmartTextVarValues
Process SmartText variable substitution
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}/action/processSmartText
Process SmartText variable substitution by the unique identifier
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/action/processSmartTextById
Update a SmartText
Method: patch
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}