SyncSourceResponse
Confirmation that the source is connected to the workflow.
Properties
source_idstringrequiredThe connected source's UUID.
workflow_idstringrequiredThe destination workflow's UUID.
push_existingbooleanWhether existing rows were queued for backfill.
runstringThe run mode applied to backfilled rows.
fields_mappedintegerNumber of workflow inputs mapped.
Example
SyncSourceResponse example
{
"source_id": "string",
"workflow_id": "string",
"push_existing": false,
"run": "string",
"fields_mapped": 0
}