Sawfish Plugin
Send form submissions from any WordPress form directly into Salesforce — create or update any standard or custom object. No coding, no iframes, no costly middleware.
Trusted by 200+ of the world's biggest organisations
Super Simple setup
Download and activate the Sawfish plugin on your WordPress site. No developer needed.
Create a Salesforce External Client App, enable OAuth, and authorise the connection inside WordPress Settings.
Add the Sawfish shortcode, set the Salesforce object and field names, then embed the form on any page or post.
Instant Integration
Each guide covers required fields, example code, and a complete setup walkthrough for that Salesforce object.
How it works under the hood
Sawfish uses a simple hidden-field convention. Add sf-o to tell Sawfish which Salesforce object to write to, then name each input after the Salesforce field API name. That's it — no admin screen mapping, no webhooks.
sf-form to create or update
Change Contact to Lead, Account, or any custom object API name.
Reference
| Object | API Name (sf-o) |
Required Fields | Guide |
|---|---|---|---|
| Lead | Lead |
LastName, Company | View → |
| Contact | Contact |
LastName | View → |
| Account | Account |
Name | View → |
| Opportunity | Opportunity |
Name, CloseDate, StageName | View → |
| Case | Case |
Subject | View → |
| Task | Task |
Subject | View → |
Custom objects work too — just use the API name (e.g. My_Object__c) in sf-o.
Quick start
sf-o and sf-form hidden fields, and map each input to a Salesforce field API name.Questions