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
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

Configure credentials above to enable sending.

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

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.createrecord()