# Configure module channel settings
The functions described in this document are available only to corporate customers who have made the prescribed applications. If you would like to publish the extension function using the module, contact the sales representative or contact us from LINE Marketplace Inquiry (opens new window) (only available in Japanese).
In the module channel, a dedicated module tab appears in the LINE Developers Console.
In the module tab, you can set the module channel's webhook URL, whether to receive webhook, and the redirect_uri
specified when requesting authorization from the LINE Official Account admin.
# 1. module tab
The module tab is a setting item dedicated only to the module channel.
# 2. Webhook settings
# Webhook URL
You can set one webhook URL for the module channel. See also Receiving a webhook.
# Using webhook
You can set whether the module channel receives webhook events.
# Resend webhook
You can set whether or not to resend the webhook event from the LINE Platform when getting the webhook event fails in the webhook URL of the module channel.
# Error stats
You can set whether or not to display stats about webhook event reception failures on the Statistics tab.
# 3. Redirect settings
# Redirect URL
For the redirect URL, specify the value of the redirect_uri
parameter used to request authorization from the LINE Official Account admin. The redirect URL scheme must be https
.
You can specify multiple redirect URLs for a single channel.