N8N Integration
Use Get3W with N8N for no-code AI automation workflows.
Setup
- In your N8N instance, go to Settings → Community Nodes
- Install
n8n-nodes-get3w - Create a new credential with your Get3W API key
Or install via CLI:
bash
npm install n8n-nodes-get3wAvailable Nodes
| Node | Description |
|---|---|
| Get3W | Run any Get3W model |
| Get3W Trigger | Webhook trigger for Get3W predictions |
Example Workflow
Automated Image Generation
- Trigger — Receive a prompt via webhook
- Get3W — Generate an image using FLUX
- HTTP Request — Download the generated image
- Send Email — Send the image to a recipient
Batch Processing
- Read Spreadsheet — Read prompts from a Google Sheet
- Loop — Iterate over each row
- Get3W — Generate content for each prompt
- Write Spreadsheet — Save output URLs back to the sheet
Configuration
| Parameter | Description |
|---|---|
| Model | The model identifier (e.g., get3w/flux-dev) |
| Input | JSON input parameters for the model |
| Wait | Whether to wait for the result |
| Webhook URL | Optional callback URL for results |
Next Steps
- ComfyUI Integration — Node-based workflow alternative
- REST API — Direct API access