You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features:
- Get the target limit for additional messages
- Get number of messages sent this month
- Get number of sent broadcast messages
Enhancement:
- Reply message
- Send push message
- Send multicast message
- Send broadcast message
Sends push messages to multiple users at any time.
136
+
137
+
Note: LINE@ accounts cannot call this API endpoint. Please migrate it to a LINE official account. For more information, see [Migration of LINE@ accounts](https://developers.line.biz/en/docs/messaging-api/migrating-line-at/).
Gets the number of messages sent in the current month.
475
+
476
+
The number of messages retrieved by this operation includes the number of messages sent from LINE Official Account Manager.
477
+
478
+
The number of messages retrieved by this operation is approximate. To get the correct number of sent messages, use LINE Official Account Manager or execute API operations for getting the number of sent messages.
479
+
480
+
Note: LINE@ accounts cannot call this API endpoint.
Gets the number of messages sent with the `/bot/message/broadcast` endpoint.
491
+
492
+
The number of messages retrieved by this operation does not include the number of messages sent from LINE Official Account Manager.
493
+
494
+
Note: LINE@ accounts cannot call this API endpoint. Please migrate it to a LINE official account. For more information, see [Migration of LINE@ accounts](https://developers.line.biz/en/docs/messaging-api/migrating-line-at/).
0 commit comments