homepage/docs/widgets/services/n8n.md
2023-11-25 14:02:54 +01:00

16 lines
232 B
Markdown

---
title: n8n
description: n8n Widget Configuration
---
Grab your API key in n8n : Settings -> n8n API.
Allowed fields: `["workflows", "executions"]`.
```yaml
widget:
type: n8n
url: http://n8n.host.or.ip:port
key: key
```