billing_status
Check whether this workspace can send broadcasts. Returns { billing_enabled, plan, subscription_status, active, usage: { period, message_count, limit }, plans }. Call this before send_broadcast when the user expects real delivery. When active is false, sending is blocked with SUBSCRIPTION_REQUIRED — use get_subscribe_link to get a checkout link. plans lists the available tiers (key, name, monthly_price_cents, messages_per_month) so you can show the user the options and prices before they subscribe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||