This workflow follows the Agent → OpenAI Chat recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Check list Certification Produits",
"nodes": [
{
"parameters": {},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 2.2,
"position": [
448,
-48
],
"id": "2efe7fa6-a3a0-44d2-a10f-e98380b8d2a5",
"name": "AI Agent"
},
{
"parameters": {},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
288,
256
],
"id": "836e3005-f9db-47dc-87fb-96ab052de7df",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.4,
"position": [
1168,
0
],
"id": "2cc6bc23-c739-4348-a9f2-908d87887295",
"name": "Respond to Webhook"
},
{
"parameters": {},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-32,
-64
],
"id": "40dc2074-8bc1-40b5-b9dd-c1b85945b232",
"name": "Webhook"
},
{
"parameters": {},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
896,
-48
],
"id": "48e3a36b-2d7c-47b4-a30b-2e53de620d32",
"name": "Code in JavaScript"
}
],
"connections": {
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Code in JavaScript",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Code in JavaScript": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "d2a6b84d-1e30-4304-b542-8fba5cf210aa",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "PJOU0fv2X47fnmV4",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openAiApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Check list Certification Produits. Uses agent, lmChatOpenAi. Webhook trigger; 5 nodes.
Source: https://github.com/khldd/v0-product-certification-checklist/blob/85dc50a57df1798ff8fa7b4d241c6532d8adbd5a/workflows/workflow2.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
⏺ 🚀 How it works
L&D_AgentsAI_ATIVO. Uses httpRequest, agent, googleCalendarTool, toolSerpApi. Webhook trigger; 93 nodes.
CLINICAINTEGRAL_secretary. Uses postgres, mcpClientTool, googleDriveTool, toolWorkflow. Webhook trigger; 89 nodes.
Remi 1.1. Uses lmChatOpenAi, memoryPostgresChat, openAi, postgres. Webhook trigger; 89 nodes.
This n8n workflow orchestrates a powerful suite of AI Agents and automations to manage and optimize various aspects of an e-commerce operation, particularly for platforms like Shopify. It leverages La