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": "Salesforce Opportunity Update",
"nodes": [
{
"parameters": {},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "update",
"recordId": "={{ $json.body.opportunityId }}",
"fields": "={{ JSON.stringify($json.body.fields) }}"
},
"id": "salesforce",
"name": "Salesforce",
"type": "n8n-nodes-base.salesforce",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Salesforce",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"mcp",
"salesforce",
"crm"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Salesforce Opportunity Update. Uses salesforce. Webhook trigger; 2 nodes.
Source: https://github.com/developers-universe-1/agentic-sales-engine/blob/main/n8n/workflows/salesforce-update.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.
Salesforce Opportunity Query. Uses salesforce. Webhook trigger; 2 nodes.
This workflow automates customer feedback processing by analyzing sentiment, identifying key issues, generating personalized responses, and escalating critical cases to support teams when required. De
This workflow captures incoming leads from a webhook, enriches them using AI, and automates the entire sales pipeline. It validates data, scores leads as hot, warm, or cold, assigns them to sales reps
Transform your lead qualification process with automated AI-powered phone calls triggered directly from Salesforce lead creation. Webhook Trigger: Receives new lead data from Salesforce Automated Call
Eastside Remodels - Lead Nurturing AI Agent. Uses openAi, googleCalendar, salesforce, emailSend. Webhook trigger; 13 nodes.