n8n-docs/docs/integrations/credentials/line.md
2022-04-13 09:56:05 +01:00

28 lines
1.2 KiB
Markdown

# Line
You can use these credentials to authenticate the following nodes with Line.
- [Line](/integrations/nodes/n8n-nodes-base.line/)
## Prerequisites
Create a [Line](https://line.me/en/) account.
## Using OAuth
1. Access the [LINE Notify](https://notify-bot.line.me/en/) page.
2. Click on your name on the top right corner and select 'Manage registered services' from the dropdown list.
3. Click on the ***Add service*** button.
4. Enter all the necessary information.
5. Copy your OAuth Callback URL from the 'Create New Credentials' screen in n8n and paste it in the ***Callback URL*** field.
6. Click on the ***Agree and continue*** button.
7. Click on the ***Add*** button.
8. Check your inbox for the verification email.
9. Click on the link under the ***LINE Notify Registration URL*** in your email.
10. On the LINE Notify page, click on the ***My services*** button.
11. Click on the new service you created.
12. Use the provided ***Client ID*** and ***Client Secret*** with your Line Notify OAuth2 API credentials in n8n.
13. Click on the circle button in the OAuth section to connect a Line account to n8n.
14. Click the ***Save*** button to save your credentials in n8n.
![Getting Line credentials](/_images/integrations/credentials/line/using-oauth.gif)