Insert Records

Load new objects and update existing objects into your Data Cloud data lake table.
URI
/api/v1/ingest/sources/{name}/{object-name}
Available since release
Data Cloud v1.0, Salesforce v51.0
Formats
JSON
HTTP methods
POST
Authentication
Authorization: Bearer access_token
Request body

All fields defined in the schema must be present in the request payload. This condition holds regardless of whether the Value Required is set to true or not. If there’s no data available for a certain field on a record, send in a blank value.

Note

Request parameters
Parameter Description
Content-Type application/json
name Name of the Ingest API data connector.
object-name Name of the resource type to send to Data Cloud.
Response body

None. Returns a status code of 202 (Accepted), which indicates that Request is accepted and gets processed asynchronously.