docs/channels/line/README.fr.md
Retour au README
PicoClaw prend en charge LINE via l'API LINE Messaging avec des callbacks webhook.
{
"channel_list": {
"line": {
"enabled": true,
"type": "line",
"channel_secret": "YOUR_CHANNEL_SECRET",
"channel_access_token": "YOUR_CHANNEL_ACCESS_TOKEN",
"webhook_path": "/webhook/line",
"allow_from": []
}
}
}
| Champ | Type | Requis | Description |
|---|---|---|---|
| enabled | bool | Oui | Activer ou non le canal LINE |
| channel_secret | string | Oui | Channel Secret de l'API LINE Messaging |
| channel_access_token | string | Oui | Channel Access Token de l'API LINE Messaging |
| webhook_path | string | Non | Chemin du webhook (par défaut : /webhook/line) |
| allow_from | array | Non | Liste blanche d'ID utilisateurs ; vide signifie tous les utilisateurs |
https://your-domain.com/webhook/line, puis configurez un proxy inverse de votre domaine externe vers le Gateway local (port par défaut 18790)