- Subcategories:
- Large Object (LOB) Attributes - Text
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: postPath:
/crmRestApi/resources/11.13.18.05/smartTexts
- Delete a SmartText
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
- Get a SmartText
- Method: getPath:
/crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}
- Get all SmartTexts
- Method: getPath:
/crmRestApi/resources/11.13.18.05/smartTexts
- Get SmartText Variable Values
- Method: postPath:
/crmRestApi/resources/11.13.18.05/smartTexts/action/fetchSmartTextVarValues
- Process SmartText variable substitution
- Method: postPath:
/crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}/action/processSmartText
- Process SmartText variable substitution by the unique identifier
- Method: postPath:
/crmRestApi/resources/11.13.18.05/smartTexts/action/processSmartTextById
- Update a SmartText
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/smartTexts/{smartTextsUniqID}