Smart Texts REST Endpoints

Smart Texts
The Smart Text 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 smart text
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts
Delete a smart text
Method: delete
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
Get a smart text
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
Get all smart texts
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTexts
Get Smart Text Variable Values
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/action/fetchSmartTextVarValues
Process smart text variable substitution
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}/action/processSmartText
Process smart text variable substitution by the unique identifier
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTexts/action/processSmartTextById
Update a smart text
Method: patch
Path: /crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}