Streaming Ingestion

The Data Cloud Ingestion API uses a fire-and-forget pattern to synchronize micro-batches of updates between the source system and Data Cloud in near-real time. Data is processed asynchronously approximately every 3 minutes. API field names aren't supported in the payload. To send payloads, go to Data Cloud Setup, select Ingestion API, and download the object endpoints. Use these endpoints to send the payload.

  • Insert Records

    Load new objects and update existing objects into your Data Cloud data lake table.

  • Delete Records

    Delete records from the data lake table.

  • Synchronous Record Validation

    Quickly validate your payloads synchronously in development mode before you commit records to the lake.

See Also