send_message
Send a WhatsApp text or media message to a single recipient through a QR-scanned device, enabling direct customer replies.
Instructions
Send a WhatsApp text or media message to one recipient through a QR-scan device. This is the normal way to reply to a customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Message text. Becomes the caption when media_url is set. Required unless media_url is given. | |
| receiver | Yes | Phone number in international format without + (e.g. 6281234567890), or a group JID | |
| device_id | No | Device ID (e.g. D-XXXXX). Optional if the KIRIMI_DEVICE_ID environment variable is set. | |
| media_url | No | Public URL of an image, video, audio or document to attach. Max 50 MB. Required unless message is given. | |
| quoted_message_id | No | Message ID to quote in the reply |