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": "Fluxo Strapi \u2192 LM Studio \u2192 Strapi",
"nodes": [
{
"parameters": {
"path": "avaliacao-nova",
"options": {}
},
"id": "Webhook_Entrada",
"name": "Webhook (Nova Avalia\u00e7\u00e3o)",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "http://localhost:1234/v1/chat/completions",
"method": "POST",
"sendBody": true,
"jsonBody": {
"model": "microsoft/phi-4-mini",
"messages": [
{
"role": "system",
"content": "Analise o texto e diga se o sentimento \u00e9 positivo, negativo ou neutro. Responda apenas com uma palavra."
},
{
"role": "user",
"content": "={{ $json[\"mensagem\"] }}"
}
]
},
"options": {}
},
"id": "Enviar_LMStudio",
"name": "Enviar p/ LM Studio",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
600,
300
]
},
{
"parameters": {
"url": "http://strapi:1337/api/avaliacaos/{{$json.id}}",
"method": "PUT",
"sendBody": true,
"jsonBody": {
"data": {
"avaliacao_automatica": "={{ $json[\"choices\"][0][\"message\"][\"content\"] }}"
}
},
"options": {}
},
"id": "Atualizar_Strapi",
"name": "Atualizar Strapi",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
950,
300
]
}
],
"connections": {
"Webhook (Nova Avalia\u00e7\u00e3o)": {
"main": [
[
{
"node": "Enviar p/ LM Studio",
"type": "main",
"index": 0
}
]
]
},
"Enviar p/ LM Studio": {
"main": [
[
{
"node": "Atualizar Strapi",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Fluxo Strapi → LM Studio → Strapi. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/NatanXT/Praticando-Configura-o-de-Software-com-Docker/blob/969bc63e737063fcaf79cb6004b95b530cac6cee/strapi_lmstudio_fluxo.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.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant