Skip to content

N8N Integration

Use Get3W with N8N for no-code AI automation workflows.

Setup

  1. In your N8N instance, go to SettingsCommunity Nodes
  2. Install n8n-nodes-get3w
  3. Create a new credential with your Get3W API key

Or install via CLI:

bash
npm install n8n-nodes-get3w

Available Nodes

NodeDescription
Get3WRun any Get3W model
Get3W TriggerWebhook trigger for Get3W predictions

Example Workflow

Automated Image Generation

  1. Trigger — Receive a prompt via webhook
  2. Get3W — Generate an image using FLUX
  3. HTTP Request — Download the generated image
  4. Send Email — Send the image to a recipient

Batch Processing

  1. Read Spreadsheet — Read prompts from a Google Sheet
  2. Loop — Iterate over each row
  3. Get3W — Generate content for each prompt
  4. Write Spreadsheet — Save output URLs back to the sheet

Configuration

ParameterDescription
ModelThe model identifier (e.g., get3w/flux-dev)
InputJSON input parameters for the model
WaitWhether to wait for the result
Webhook URLOptional callback URL for results

Next Steps

Released under the MIT License.