SyncSourceResponse

Confirmation that the source is connected to the workflow.

Properties

source_idstringrequired

The connected source's UUID.

workflow_idstringrequired

The destination workflow's UUID.

push_existingboolean

Whether existing rows were queued for backfill.

runstring

The run mode applied to backfilled rows.

fields_mappedinteger

Number of workflow inputs mapped.

Example

SyncSourceResponse example
{
  "source_id": "string",
  "workflow_id": "string",
  "push_existing": false,
  "run": "string",
  "fields_mapped": 0
}