provider Records POST
/sobjects/{sObjectName} @utdk/salesforce
/sobjects/{sObjectName} Create a record
Create a new record of the specified sObject type. Pass field values in the request body. Returns the ID of the newly created record.
- sObjectName path required
- API name of the Salesforce object
- string
Try it
Authentication
Configure credentials for Salesforce REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import salesforce from '@utdk/salesforce';
await salesforce.createrecord()