1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/docs/integrations/sources/n8n.md
Cirdes 50f90bc700 🎉 New Source: N8n [low-code cdk] (#18745)
* add n8n

* update docs

* add n8n to source def

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-08 12:27:49 -03:00

32 lines
871 B
Markdown

# N8n
## Sync overview
This source can sync data from [N8n](https://docs.n8n.io/api/). At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch.
## This Source Supports the Following Streams
- [execitions](https://docs.n8n.io/api/api-reference/#tag/Execution/paths/~1executions/get)
### Features
| Feature | Supported?\(Yes/No\) | Notes |
| :---------------- | :------------------- | :---- |
| Full Refresh Sync | Yes | |
| Incremental Sync | No | |
## Getting started
You need a n8n instance or use cloud version
### Create an API key
- Log in to n8n.
- Go to Settings > API.
- Select Create an API key.
## Changelog
| Version | Date | Pull Request | Subject |
| :------ | :--- | :----------- | :------ |