SS000000
productCode : "sms"인 메시지 유형입니다.
기본정보
RBC 메시지 발송 통계용. 동일 messagebase ID/동일 group ID/동일 날짜 기준으로 집계
"header" : "1" 인 경우 필수, "000-000-000"의 무료수신거부 전화번호 입력
"true" - 수신자가 글자 복사 가능하도록 허용
"false" - 수신자가 글자 복사할 수 없음
Body
Buttons [ ]
Request Sample Code
"clientMsgId": "client_id_1",
"chatbotId": "15440000",
"messagebaseId": "SS000000",
"productCode": "sms",
"userContact": "01000000000",
"agencyId": "agency01",
"agencyKey": "AK.Ti53fRiKmBV9OPu",
"brandKey": "BK.Ti53fRiKmBV9OPu",
"expiryOption": 1,
"groupId": "groupdId_0001",
"header": "0",
"footer": "080-0000-0000",
"copyAllowed": false,
"body": {
"description": "description"
},
"buttons": [
{
"suggestions": [
{
"action": {
"urlAction": {
"openUrl": {
"url": "https://www.google.com"
}
},
"displayText": "buttonName",
"postback": {
"data": "set_by_chatbot_open_url"
}
}
}
]
}
]