문자 발송 API
이 페이지에서는 문자 발송에 대한 Open API 스펙을 명시합니다.
사전 작업
토큰 발급
인증 토큰 발급 방법채널 설정
문자 메시지 발송 API
Payload 필드 설명
필드명
설명
필수 여부
주의사항 및 기타 안내
Open API 스펙
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
project_idstringRequiredExample:
프로젝트 ID
o8nn3s3Bodyobject[]
phone_numberstringRequiredExample:
01012341234sub_channel_typestring · enumOptionalPossible values:
sender_profile_idstringRequiredExample:
sender_profile_idcampaign_idstringOptional
user_idstringRequired
is_ad_messagebooleanOptionalDefault:
광고 메시지 여부. true인 경우 본문 앞에 (광고)가 추가되고, 야간 시간대(20:50~08:00) 발송이 제한됩니다.
falseResponses
200
The request has been accepted for processing.
application/json
codeintegerOptionalExample:
200000messagestringOptionalExample:
Success400
Invalid request parameters.
application/json
401
Unauthorized request.
application/json
500
Internal server error
application/json
post
/api/v1/sender/text-messageLast updated
Was this helpful?

