단일 메시지
Request
POST https://api.solapi.com/messages/v4/send하나의 메시지를 발송합니다. 2개 이상의 메시지는 그룹 메시지를 사용하세요.
홈페이지의 문자발송 내역에서 전송결과 내역을 확인하실 수 있습니다. (로그인 필요)
전송 내역(메시지 그룹, 메시지 목록)의 보관기간은 생성일 기준 6개월 입니다. 6개월이 지난 내역은 조회가 불가능합니다.
Authorization 인증 필요 [?]
message:write
role-message:write
ACTIVE
ACTIVE
Request Structure
{
"message": "object",
"strict": "boolean",
"agent": "object",
"allowDuplicates": "boolean"
}Body Params
Body / message
to
string
O
수신번호
from
string
O
발신번호 사전 등록된 전화번호만 사용 가능
text
string
메시지 내용 한글 1,000자, 영문 2,000자 제한
type
string
메시지 타입
country
string
국가번호 (기본: 82, 미국(캐나다):1, 중국: 86, 일본: 81)
subject
string
메시지 제목 한글 20자, 영문 40자 제한
autoTypeDetect
boolean
타입 설정이 없을 경우 자동으로 설정함. 기본 값은 true
Body / message / kakaoOptions
Body / message / kakaoOptions / variables
Body / message / kakaoOptions / buttons
buttonName
string
O
버튼 이름
buttonType
string
O
버튼 종류(AL: 앱링크, WL: 웹링크, DS: 배송조회, BK: 키워드, MD: 전달, BC: 상담톡 전환, BT: 봇 전환, AC: 채널 추가
linkMo
string
모바일 링크(WL 웹링크)
linkPc
string
웹 링크(WL 웹링크)
linkAnd
string
안드로이드 링크(AL 앱링크)
linkIos
string
IOS 링크(AL 앱링크)
Body / message / naverOptions
Body / message / naverOptions / variables
Body / message / naverOptions / buttons
buttonType
string
O
설명 없음
linkMo
string
모바일 링크
linkPc
string
웹 링크
linkAnd
string
설명 없음
linkIos
string
설명 없음
Body / message / rcsOptions
brandId
string
설명 없음
templateId
string
알림톡 템플릿 아이디
copyAllowed
boolean
설명 없음
mmsType
string
설명 없음
commercialType
boolean
설명 없음
disableSms
boolean
대체 발송 여부
Body / message / rcsOptions / variables
Body / message / rcsOptions / additionalBody
Body / message / rcsOptions / additionalBody / buttons
buttonType
string
O
설명 없음
link
string
설명 없음
latitude
string
설명 없음
longitude
string
설명 없음
label
string
설명 없음
query
string
설명 없음
title
string
설명 없음
startTime
date
설명 없음
endTime
date
설명 없음
text
string
메시지 내용 한글 1,000자, 영문 2,000자 제한
phone
string
설명 없음
Body / message / rcsOptions / buttons
buttonType
string
O
설명 없음
link
string
설명 없음
latitude
string
설명 없음
longitude
string
설명 없음
label
string
설명 없음
query
string
설명 없음
title
string
설명 없음
startTime
date
설명 없음
endTime
date
설명 없음
text
string
메시지 내용 한글 1,000자, 영문 2,000자 제한
phone
string
설명 없음
Body / message / customFields
Body / agent
appId
string
앱 아이디
osPlatform
string
OS 플렛폼
sdkVersion
string
SDK 버전
Response
Response Structure
Response Description
Response /
Samples
메시지 발송 (type: Auto Detect)
Sample Request
Sample Response
Sample Code
단문문자(SMS) 발송
Sample Request
Sample Response
Sample Code
장문문자(LMS) 발송
Sample Request
Sample Response
Sample Code
사진문자(MMS) 발송
Sample Request
Sample Response
Sample Code
알림톡(ATA) 발송
Sample Request
Sample Response
Sample Code
친구톡(CTA) 발송
Sample Request
Sample Response
Sample Code
친구톡 사진(CTI) 발송
Sample Request
Sample Response
Sample Code
sendSimpleMessage
Sample Request
Sample Response
Sample Code
문서 생성일 : 2021-11-16
Last updated
Was this helpful?