send-sms
Send SMS, LMS, or MMS messages via the Aligo API. Specify sender, receiver, message content, and optional details like schedule, title, or image for MMS. Supports bulk messaging.
Instructions
Send SMS messages through the Aligo API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination | No | Optional formatted destination with names (01011112222|홍길동,01033334444|아무개) | |
image_path | No | Optional image file path for MMS | |
message | Yes | SMS message content | |
msg_type | No | Message type: SMS, LMS, or MMS | |
receiver | Yes | Recipient's phone number, or comma-separated list for multiple recipients | |
schedule_date | No | Optional schedule date (YYYYMMDD) | |
schedule_time | No | Optional schedule time (HHMM) | |
sender | Yes | Sender's phone number (registered with Aligo) | |
title | No | Message title (required for LMS/MMS) |