Estimate LINE send cost
line_estimate_send_costEstimate how many quota messages a planned send will consume before sending, for narrowcast or broadcast. Provides estimated recipients and cost share to avoid overage.
Instructions
Estimate how many quota messages a planned send will consume, without sending. Useful before confirmation, especially for narrowcast/broadcast. target uses the same shapes as line_send_message; message_count (1-5, default 1) — LINE charges message_count × recipients. Recipients are exact for user_id(s), looked up for a numeric audience, and unknown for filter/everyone (recommends a line_send_message dry_run instead).
Returns { estimated_recipients?, estimated_cost_messages?, quota, cost_share_percent?, notes[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| target | Yes | ||
| message_count | No | Number of messages in the send (LINE counts each message in a batch). Default 1. |