What It Does
- Automates record creation in Salesforce so opportunities, leads, and custom objects flow directly from your workflows.
- Ensures new data is immediately available in your CRM for real-time reporting and dashboards.
- Reduces manual entry errors and keeps teams aligned with accurate deal and campaign details.
- Supports any SObject type, from standard records like Leads and Accounts to custom objects built for your process.
π Getting Started

1
Connect Salesforce Account
Authenticate and select your Salesforce instance to enable record creation.
2
Configure Inputs
Choose the object type and map field values to define the new record.
Inputs
π οΈ Required Fields
- Salesforce Connection (β ) Link your Salesforce account to enable the node to create records. Why it matters: Establishing a secure connection ensures your workflow can push new data directly into CRM.
- SObject Type (β ) The type of Salesforce object you want to create (e.g., Opportunity, Lead, Custom_Object__c). Why it matters: Selecting the correct object ensures the record lands in the right place for pipeline tracking and reporting.
π― Optional Fields
None.Output
This node returns the full Salesforce record object, including the new recordβs ID and any default fields set by Salesforce.
The output includes all standard and custom fields returned by Salesforce. Use @FieldName or the Insert Input button to reference these in downstream nodes.
How It Works
- Receives mapped field values from your workflow.
- Calls the Salesforce API to create a new record of the specified object type.
- Returns the created recordβs details, including the unique record ID.
- Passes the result to downstream actions for further processing, like enrichment or notifications.
π Example Use Cases & Prompts
| Use Case | Setup or Prompt Example |
|---|---|
| Auto-Create Opportunity | βWhen a deal form is submitted, create an Opportunity record.β |
| Lead Routing | βOn new lead entry, add a Lead record with source and owner.β |
| Custom Survey Response Sync | βAfter survey completion, create a Custom_Object__c record.β |
β¨ Pro Tips
β οΈ Important Considerations
π Troubleshooting & Gotchas
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Action fails with error | Missing required field in payload | Add the missing field in your mapping |
| Authentication expired | Salesforce token has expired | Reconnect your Salesforce account |
| Record appears duplicated | Workflow retried after success | Add deduplication logic or idempotency |
π FAQ
Which object types can I create?
Which object types can I create?
You can create any standard or custom SObject available in your Salesforce instance.
What happens if a required field is omitted?
What happens if a required field is omitted?
The node will return an error. Be sure to map all required fields for the object.
Is this action synchronous?
Is this action synchronous?
Yes β the node waits for Salesforce to confirm record creation before moving on.
π° Pricing
| Action | Credit Cost |
|---|---|
| Create Record | Free |
Action nodes like this one do not consume credits.
Ready to automate your Salesforce data entry and keep your CRM in sync β drop this node into your flow and let it handle the rest! π