send_message
Send SMS or LMS messages via the SureM platform. Automatically selects message type based on length and supports scheduled delivery with reservedTime parameter.
Instructions
슈어엠 API로 문자를 발송합니다. 메시지 길이에 따라 SMS(90바이트 이하) / LMS(91~2000바이트)가 자동 선택됩니다. reservedTime을 지정하면 예약 발송됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 수신자 전화번호 (예: 01012345678) | |
| text | Yes | 발송할 메시지 내용 | |
| reqPhone | Yes | 발신번호 (예: 15884640) | |
| subject | No | LMS 제목 (메시지가 길 경우 사용, 기본값: '메시지') | |
| reservedTime | No | 예약 발송 시각 (yyyyMMddhhmmss, 미입력 시 즉시 발송). 예약 취소는 슈어비즈 → 예약,결과 → 예약조회 메뉴에서 수동으로 진행 |