All pages
Powered by GitBook
1 of 2

Loading...

Loading...

SMS

productCode : "sms"인 메시지 유형입니다.

SS000000

productCode : "sms"인 메시지 유형입니다.

기본정보

Name
Value

groupId

RBC 메시지 발송 통계용. 동일 messagebase ID/동일 group ID/동일 날짜 기준으로 집계

header *

"0" - 비 광고 "1" - (광고) 표기

footer

"header" : "1" 인 경우 필수, "000-000-000"의 무료수신거부 전화번호 입력

copyAllowed

"true" - 수신자가 글자 복사 가능하도록 허용 "false" - 수신자가 글자 복사할 수 없음

Body

Name
contentType
note

description *

description

최대 100자

Buttons [ ]

  • 최대 1개의 버튼 사용 가능

  • 버튼명 최대 17 자

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"
            }
          }
        }
      ]
    }
  ]
Suggested Action