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": "Microscope Memory - n8n Webhook",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"parameters": {
"path": "microscope"
}
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"parameters": {
"method": "POST",
"url": "http://localhost:6060/v1/remember",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{$json.body.text}}"
},
{
"name": "importance",
"value": "={{$json.body.importance || 5}}"
}
]
}
}
}
],
"connections": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Microscope Memory - n8n Webhook. Uses httpRequest. Webhook trigger; 2 nodes.
Source: https://github.com/silentnoisehun/microscope-memory/blob/36380762f9e8690e43ba36e239c1d46634d1f321/examples/n8n_webhook.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