한국어
cURL
curl --request POST \ --url https://api.notifly.tech/messages/text-message \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "projectId": "example_project_1234567890abcdef", "type": "sms", "body": "Message Body", "recipientList": [ { "recipientNo": "01012345678" } ] }'
{ "success": true }
문자 메시지(SMS, LMS, MMS)를 발송합니다.
POST /authenticate로 발급받은 인증 토큰
노티플라이 설정 페이지에서 확인 가능
메시지 유형
sms
lms
mms
본문 내용
수신자 목록 (최대 1,000명)
표시 하위 속성
본문 제목 (lms, mms에만 사용)
여러 발신 번호가 등록되어 있을 경우 발송할 번호
성공적인 메시지 발송입니다