FAQ / Help Center
Yes. Hero Wizard connects to your own LINE Official Account so you can chat with your customers on LINE.
How to find your LINE Channel Access Token and Channel Secret
Follow these steps in the LINE Developers Console to copy the two values Hero Wizard needs to connect your LINE Official Account.
1) Create or select a Provider
- Go to the LINE Developers Console (developers.line.biz) and sign in.
- Click ‘+ Create’ to make a new Provider, or select your existing business Provider.
- Use your company or brand name for clarity.
2) Create a Messaging API channel
- Under your Provider, click ‘Create a new channel’.
- Choose ‘Messaging API’.
- Fill in required details (app name, description, email, category, subcategory).
- Agree to the terms and create the channel.
3) Open the Messaging API settings
- From your channel page, open ‘Messaging API’.
- This page contains both the Channel secret and the access token controls.
4) Copy the Channel secret
- In ‘Basic settings’ or ‘Messaging API’ section, find ‘Channel secret’.
- Click to reveal if hidden, then copy it.
- Paste into Hero Wizard’s ‘Channel Secret’ field.
5) Issue a Channel access token
- In ‘Messaging API’, locate ‘Channel access token’.
- Click ‘Issue’ (or ‘Reissue’) to generate a token.
- Copy the generated token.
- Paste into Hero Wizard’s ‘Channel Access Token’ field.
6) (Required for chatbots) Set webhook settings
- In LINE Developers Console → Messaging API → Webhook URL, paste: https://www.herowiz.net/api/line/webhook
- Turn ‘Use webhook’ ON.
- Turn OFF ‘Auto-reply messages’ and ‘Greeting messages’ to let your bot respond.
7) Copy & paste into Hero Wizard
- Open Hero Wizard → Builder → ‘Connect Your LINE Account’.
- Paste both values: Channel Access Token and Channel Secret.
- Click ‘Connect’. You’ll see ‘Connected’ if successful.
Notes
- Keep both values secret. Do not share or commit them to code.
- You can reissue the access token anytime in the LINE Console.
- Webhook URL must be HTTPS and reachable by LINE servers.