OL00000001 - 기본형 🅝
productCode : "lms"인 메시지 유형입니다.
기본정보
RBC 메시지 발송 통계용. 동일 messagebase ID/동일 group ID/동일 날짜 기준으로 집계
"header" : "1" 인 경우 필수, "000-000-000"의 무료수신거부 전화번호 입력
"true" - 수신자가 글자 복사 가능하도록 허용
"false" - 수신자가 글자 복사할 수 없음
Body
contentType이 description인 항목의 글자수 합이 1300자 이하여야 합니다.
bold로 표기한 파라미터에 값이 없으면 같은 색상의 파라미터도 실제 수신시 보이지 않습니다.
Buttons [ ]
Request Sample Code
"clientMsgId": "client_id_1",
"chatbotId": "15440000",
"messagebaseId": "OL00000001",
"productCode": "lms",
"userContact": "01000000000",
"agencyId": "agency01",
"agencyKey": "AK.Ti53fRiKmBV9OPu",
"brandKey": "BK.Ti53fRiKmBV9OPu",
"expiryOption": 1,
"groupId": "groupdId_0001",
"header": "0",
"footer": "080-0000-0000",
"copyAllowed": false,
"body": {
"mTitle":"mTitle",
"mTitleMedia":"maapfile://123456",
"title":"title",
"description": "description"
},
"buttons": [
{
"suggestions": [
{
"action": {
"urlAction": {
"openUrl": {
"url": "https://www.google.com"
}
},
"displayText": "buttonName1",
"postback": {
"data": "set_by_chatbot_open_url"
}
}
},
{
"action": {
"urlAction": {
"openUrl": {
"url": "https://www.google.com"
}
},
"displayText": "buttonName2",
"postback": {
"data": "set_by_chatbot_open_url"
}
}
}
]
}
]