Make.com: Salesforce to NetSuite Automation Workflow

Dylan

Dylan Guidry

🔹 Problem
A client faced inefficiencies when managing opportunity handovers between their sales and finance teams. Every time a deal was marked “Closed Won” in Salesforce (SFDC), the finance team had to manually create a Sales Order in NetSuite, leading to:
Delays in order processing.
Human errors in data entry.
Lack of real-time visibility for stakeholders.
🔹 Solution
I built an end-to-end automation workflow in Make.com that connects Salesforce and NetSuite seamlessly:
Trigger: When an Opportunity is closed in Salesforce, the webhook fires.
Account & Opportunity Data Retrieval: The workflow fetches all relevant details from Salesforce (account, items, pricing).
Data Transformation: Using XML parsing, iterators, and JSON structuring, the workflow organizes order details.
Sales Order Creation: A new Sales Order is automatically generated in NetSuite with full line-item accuracy.
Notifications: Stakeholders receive a Slack notification with confirmation and order details.
🔹 Impact
✅ Zero manual entry → Reduced errors by 100%. ✅ Order processing time cut from hours to minutes. ✅ Improved collaboration → Both sales and finance teams have instant visibility. ✅ Scalability → Client can now handle higher deal volumes without extra overhead.
🔹 Tech Stack
Make.com (workflow automation, data parsing, JSON/XML handling)
Salesforce (SFDC) (opportunity + account management)
Oracle NetSuite (sales order management)
Slack (stakeholder notifications)
👉 Result: The client streamlined their quote-to-cash process, achieving faster revenue recognition and a more efficient sales-to-finance workflow.
Like this project

Posted Oct 1, 2025

Automated sales order creation between Salesforce and NetSuite, reducing errors and processing time.