N8N Workflow Using Proxy API Guide

Complete guide to configure N8N workflows with v98store proxy API

This guide will walk you through setting up an N8N workflow to use the v98store proxy API for OpenAI models. Follow the steps below to configure your workflow.

📋 Step-by-Step Guide

1

Create a New Workflow

Start by creating a new workflow in your N8N instance. Click on the "New Workflow" button to begin.

2

Choose a Trigger

Select an appropriate trigger for your workflow. For this example, we'll use Manual Trigger (the first option), which allows you to manually execute the workflow for testing.

3

Add Next Workflow Module

After setting up the trigger, click the "+" button to add the next workflow module.

4

Select OpenAI

In the module selection menu, search for and select "OpenAI" from the available integrations.

5

Choose "Message a Model"

For chat functionality, you must select "Message a Model" from the OpenAI action options.

6

Configure Proxy API

Now it's time to configure the proxy API settings:

Configuration Field Value Description
API Key Your API Key Generate and obtain from the API Tokens page
Base URL https://v98store.com/v1 Change from https://api.openai.com/v1 to https://v98store.com/v1

Important Configuration Steps:

  • Get your API Key from the API Tokens page
  • Change Base URL from https://api.openai.com/v1 to https://v98store.com/v1
  • Click "Save" to save your configuration
7

Verify Connection

After clicking save, you should see a success message indicating that the connection was successful. This confirms that your proxy API configuration is working correctly.

8

Configure the Module

Configure the module settings according to your needs:

  • Select your desired model
  • Set up your message prompts
  • Configure any additional parameters

Click "Execute step" to test run your workflow.

9

Test and Verify

After executing the step, you should see a perfect response from the API, confirming that your N8N workflow is successfully configured to use the v98store proxy API.

Success! Your workflow is now ready to use with the proxy API.


⚙️ Configuration Summary

Key Configuration Changes:

  • Base URL: https://api.openai.com/v1https://v98store.com/v1
  • API Key: Use your API key from the v98store API Tokens page
  • Action: Must select "Message a Model" for chat functionality