curl --request PUT \
--url https://api.notifly.tech/projects/{projectId}/messages/kakao-alimtalk/templates/{templateCode} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"channelId": "<string>",
"templateCode": "<string>",
"templateName": "<string>",
"templateContent": "<string>",
"templateMessageType": "BA",
"templateEmphasizeType": "NONE",
"templateExtra": "<string>",
"templateTitle": "<string>",
"templateSubtitle": "<string>",
"templateHeader": "<string>",
"templateItem": {
"list": [
{
"title": "<string>",
"description": "<string>"
}
],
"summary": {
"title": "<string>",
"description": "<string>"
}
},
"templateItemHighlight": {
"title": "<string>",
"description": "<string>",
"imageUrl": "<string>"
},
"templateRepresentLink": {
"linkMo": "<string>",
"linkPc": "<string>",
"schemeIos": "<string>",
"schemeAndroid": "<string>"
},
"templateImageName": "<string>",
"templateImageUrl": "<string>",
"securityFlag": true,
"categoryCode": "<string>",
"buttons": [
{
"ordering": 123,
"type": "WL",
"name": "<string>",
"linkMo": "<string>",
"linkPc": "<string>",
"schemeIos": "<string>",
"schemeAndroid": "<string>",
"bizFormId": 123,
"pluginId": "<string>"
}
],
"quickReplies": [
{
"ordering": 123,
"type": "WL",
"name": "<string>",
"linkMo": "<string>",
"linkPc": "<string>",
"schemeIos": "<string>",
"schemeAndroid": "<string>",
"bizFormId": 123
}
]
}'