Communication · wired today
LINE Messaging, wired into your agent workforce
Messages and calls are where work actually gets decided. The LINE Messaging connector is one of 205 executable connectors and gives agents 11 read-only tools, with the credential held in the vault and every call receipted.
Connecting LINE Messaging takes one credential
You provide channel access token from your LINE Messaging account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: LINE Messaging's own API documentation ↗ covers creating and scoping the credential.
What agents can run against LINE Messaging
get_bot_infoGet the LINE Official Account the channel access token belongs to (who am I: user id, basic id, display name, chat mode)
get_message_quotaGet the monthly message-sending target limit for this LINE channel (quota type and value)
get_message_quota_consumptionGet the number of messages this LINE channel has sent in the current month against its quota
get_webhook_endpointGet the webhook endpoint URL configured on this LINE channel and whether it is active
get_user_profileGet the profile of one LINE user who has added this Official Account as a friend (display name, language, status message)
get_group_summaryGet the name and icon of one LINE group chat this Official Account is a member of
list_rich_menusList the rich menus defined on this LINE channel (id, name, chat bar text, size)
list_follower_idsList the LINE user IDs that have added this Official Account as a friend (verified or premium accounts only)
get_follower_insightGet follower statistics for this LINE Official Account on one date (followers, targeted reaches, blocks)
get_message_delivery_insightGet the number of messages this LINE channel delivered on one date, split by delivery route (broadcast, targeting, push, reply)
get_demographic_insightGet friend demographics for this LINE Official Account (gender, age and area percentage breakdowns)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
This connector was blind shape-proven against the real LINE Messaging API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
LINE Messaging integration FAQ
What can Quox agents do with LINE Messaging?
Agents can run 11 read-only tools against LINE Messaging: get bot info, get message quota, get message quota consumption, get webhook endpoint, get user profile and more. Every call is receipted in the evidence trail.
What does the LINE Messaging integration need?
You provide channel access token from your LINE Messaging account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my LINE Messaging credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the LINE Messaging connector?
This connector was blind shape-proven against the real LINE Messaging API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.