16 lines
232 B
Markdown
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
|
|
```
|