Skip to main content
POST
/
admin
/
notify-template
/
save
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
notifyTemplateID
integer<int32>
default:1
notifyTemplateCode
string | null
default:FEATURE_UPDATE
notifyTemplateTypeID
enum<integer>
Available options:
1,
2
htmlTemplate
string | null
default:<html></body><p>[Phrase:33]</p></body></html>
htmlSnippet
string | null
default:<html></body><p>[Phrase:273]</p></body></html>
plainTextTemplate
string | null
default:[Phrase:3], [Phrase:33]!
smsTemplate
string | null
default:[Phrase:3], [Phrase:33]!
pushTemplate
string | null
default:[Phrase:3], [Phrase:33]!
subjectLineTemplate
string | null
default:[Phrase:123][Phrase:456]
englishNotes
string | null
default:I just made some adjustments to the push notification template because bla bla bla

Response

Success

success
boolean
data
unknown