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.

createrecord
POST/sobjects/{sObjectName}
Create a new record of the specified sObject type. Pass field values in the request body. Returns the ID of the newly created record.

Parameters

required

API name of the Salesforce object

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.createrecord()