Skip to main content
PUT
/
customer-feedback-system
/
settings
/
text-body
Update SMS template
curl --request PUT \
  --url https://www.renovationfind.com/rest-api-v1/customer-feedback-system/settings/text-body \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "customSMSMessage": "Hi, we'd love your feedback on our recent work. Click the link to share your experience!"
}
EOF
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Body

application/json
customSMSMessage
string

Custom SMS message sent to customers

Maximum string length: 500

Response

SMS body updated

success
boolean
Example:

true

message
string