Manage LIFF apps
line_manage_liff_appCreate, list, update, or delete LINE LIFF apps using natural language. Manage app views and configurations without coding.
Instructions
LIFF app lifecycle CRUD. modes: create (needs config.view {type,url}), list, update (liff_id + partial config), delete (liff_id + confirm=true). Auth note: LIFF Server API uses LINE Login channel tokens; this uses the same Messaging API token — for separate-channel setups see docs.
Example: "สร้าง LIFF tall https://my.app" → { mode:"create", config:{ view:{ type:"tall", url:"https://my.app" } } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| mode | Yes | ||
| config | No | Required for create. Partial for update. | |
| confirm | No | ||
| liff_id | No | Required for update / delete. |