send-sms
Send SMS, LMS, or MMS messages via the Aligo API. Specify sender, recipient(s), message content, type, and optional image, title, or scheduling details for efficient communication.
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) |