SmartText User Variables REST Endpoints
SmartText User Variables
The SmartText user variables resource is used to view, create, update, and delete user defined smart text variables. Smart text user variables can be defined to derive values from business objects such as service requests, defined as a literal value, or be presented as a prompt variable.
- Create a SmartText user variable
- Method: postPath:
/crmRestApi/resources/11.13.18.05/smartTextUserVariables
- Delete a SmartText user variable
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
- Get a SmartText user variable
- Method: getPath:
/crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
- Get all SmartText user variables
- Method: getPath:
/crmRestApi/resources/11.13.18.05/smartTextUserVariables
- Update a SmartText user variable
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}