Push Audio Message
push_audio_messageSend audio messages to LINE users, groups, or rooms by providing an HTTPS M4A URL and duration in milliseconds. Specify target ID or use default.
Instructions
Send an audio message to a LINE user, group, or room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target ID — User ID (U…), Group ID (C…), or Room ID (R…). If omitted, falls back to the DEFAULT_UID environment variable. | |
| duration | Yes | Audio duration in milliseconds | |
| originalContentUrl | Yes | Audio URL (HTTPS, M4A) |