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.
Start by creating a new workflow in your N8N instance. Click on the "New Workflow" button to begin.
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.
After setting up the trigger, click the "+" button to add the next workflow module.
In the module selection menu, search for and select "OpenAI" from the available integrations.
For chat functionality, you must select "Message a Model" from the OpenAI action options.
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:
https://api.openai.com/v1 to https://v98store.com/v1After clicking save, you should see a success message indicating that the connection was successful. This confirms that your proxy API configuration is working correctly.
Configure the module settings according to your needs:
Click "Execute step" to test run your workflow.
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.
Key Configuration Changes:
https://api.openai.com/v1 → https://v98store.com/v1