...
Name | Type | Required | Description |
---|---|---|---|
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
– phoneNumber | String | true | 수신자 번호
|
...
Code Block |
---|
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInforequestId": String } } |
Name | Type | Required | Description |
---|---|---|---|
item | Object | true messageInfo | |
– requestId | String | true | 발신 요청 정보 ID |
...
LMS
[URL]
Panel | ||
---|---|---|
| ||
POST /api/message/sendLMS.v1.0 |
...
Name | Type | Required | Description |
---|---|---|---|
subject | String | false | 메시지 제목 |
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
– phoneNumber | String | true | 수신자 번호
|
...
Code Block |
---|
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInforequestId": String } } |
Name | Type | Required | Description |
---|---|---|---|
item | Object | true messageInfo | |
– requestId | String | true | 발신 요청 정보 ID |
...
MMS
[URL]
Panel | ||
---|---|---|
| ||
POST /api/message/sendMMS.v1.0 |
...
Code Block |
---|
{ "subject": String, "content": String, "sendDate": String, "sender": String, "receiversimage": { [ {"contentType": String, "fileName": String, "phoneNumberbody": String }, },"receivers": [ { "phoneNumber": String } , ], "image": { "type": String, "namephoneNumber": String, "body": String} }] } |
Name | Type | Required | Description |
---|---|---|---|
subject | String | false | 메시지 제목 |
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
| String | true | 수신자 번호
|
image | Object | false | 이미지 type |
– contentType | String | true | MIME Type
|
– fileName | String | true | File Name |
– body | String | true | File Body
ex) |
receivers | Array | true | 수신자 정보 |
– phoneNumber | String | true | 수신자 번호
|
[Response]
Code Block |
---|
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInforequestId": String } } |
Name | Type | Required | Description |
---|---|---|---|
item | Object | true messageInfo | |
– requestId | String | true | 발신 요청 ID |
...
Alimtalk
[URL]
Panel | ||
---|---|---|
| ||
POST /api/message/sendAlimtalk.v1.0 |
[Request Body]
Code Block |
---|
{
"senderKey": String,
"sender": String,
"templateCode": String,
"sendDate": String,
"receivers": [
{
"phoneNumber": String,
"content": String,
"buttons": [
{
"buttonType": String,
"name": String,
"mobileUrl": String,
"pcUrl": String,
"androidUrl": String,
"iosUrl": String,
"chatExtra": String,
"chatEvent": String,
"target": String,
"orderNo": Integer
}
]
}
]
} |
Name | Type | Required | Description |
---|---|---|---|
senderKey | String | true | 발신 키 |
sender | String | true | 발신자 번호
|
templateCode | String | true | 알림톡 템플릿 코드 |
sendDate | String | false | 발송시간
|
receivers | Array | true | 수신자 정보 |
– phoneNumber | String | true | 수신자 번호
|
– content | String | true | 메시지 내용
|
– buttons | Array | false | 버튼 리스트 |
– – buttonType | String | false | 버튼 타입
|
– – name | String | false | 버튼 명 |
– – mobileUrl | String | false | 모바일 |
– – pcUrl | String | false | PC |
– – androidUrl | String | false | Android |
– – iosUrl | String | false | IOS |
– – chatExtra | String | false |
|
– – chatEvent | String | false |
|
– – target | String | false |
|
– – orderNo | Integer | false | 버튼 순서 |
[Response]
Code Block |
---|
{
"time": String,
"result": String,
"resultMessage": String,
"locale": String,
"item": {
"requestId": String
}
} |
Name | Type | Required | Description |
---|---|---|---|
item | Object | true | |
– requestId | String | true | 발신 요청 ID |