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": "AI Resepsjonist \u2013 NorwegianAI Pro",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "ai-resepsjonist",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Motta melding fra chat",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1.1,
"position": [
240,
300
]
},
{
"parameters": {
"model": "gpt-4o-mini",
"messages": {
"values": [
{
"role": "system",
"content": "Du er en vennlig og profesjonell AI-resepsjonist for NorwegianAI Pro. Vi hjelper norske sm\u00e5bedrifter med AI-automatisering.\n\nDine oppgaver:\n- Svar alltid p\u00e5 norsk\n- Hjelp bes\u00f8kende med sp\u00f8rsm\u00e5l om tjenestene v\u00e5re\n- Oppmuntre dem til \u00e5 booke en gratis strategisamtale\n- Hold svarene korte (maks 3 setninger)\n- V\u00e6r varm og profesjonell\n\nVi tilbyr: AI-resepsjonist, automatisk tilbudsgenerering, lead-chatbot, e-postautomatisering. Priser fra 15 000 kr. Gratis strategisamtale p\u00e5: https://cal.com/bj\u00f8rn-milliam-pedersen-jvalby/strategisamtale"
},
{
"role": "user",
"content": "={{ $json.body.message }}"
}
]
},
"options": {
"maxTokens": 300,
"temperature": 0.7
}
},
"id": "openai-node",
"name": "OpenAI \u2013 Generer svar",
"type": "@n8n/n8n-nodes-langchain.openAi",
"typeVersion": 1.4,
"position": [
460,
300
],
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ reply: $json.message.content }) }}",
"options": {
"responseHeaders": {
"entries": [
{
"name": "Access-Control-Allow-Origin",
"value": "https://norwegianai.pro"
}
]
}
}
},
"id": "respond-node",
"name": "Send svar tilbake",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
680,
300
]
}
],
"connections": {
"Motta melding fra chat": {
"main": [
[
{
"node": "OpenAI \u2013 Generer svar",
"type": "main",
"index": 0
}
]
]
},
"OpenAI \u2013 Generer svar": {
"main": [
[
{
"node": "Send svar tilbake",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
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
AI Resepsjonist – NorwegianAI Pro. Uses openAi. Webhook trigger; 3 nodes.
Source: https://github.com/bjonn84-boop/https-norwegianaipro.manus.space/blob/969f6efbdf3edf2346a2de835d0fd3e5a7eb8f9a/n8n-ai-resepsjonist.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.
Image Generation API. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 7 nodes.
• Webhook → urlscan.io → GPT-4o mini → Gmail • Payload example: • urlscan.io returns a Scan ID and raw JSON. • AI node classifies the scan as malicious / suspicious / benign, assigns a 1-10 risk score
Brand Finder and Contacter. Uses openAi, respond, gmail. Webhook trigger; 7 nodes.
Generate audio from text using OpenAI - text-to-speech Workflow. Uses respondToWebhook, stickyNote, openAi. Webhook trigger; 5 nodes.