AckdbCreateSyncBody

Properties

workflow_idstring <uuid>required
field_mappingobjectrequired

Map workflow input references to ackDB segment fields, e.g. `{ "input.linkedin_url": "linkedin_url" }`.

push_existingbooleandefault false

Deliver members already in the segment. Defaults to false.

runstringdefault "none"

Run the workflow on delivered rows, or insert them without running. Defaults to none.

"all""none"
reentry_modestringdefault "suppress"
"suppress""repush"

Example

AckdbCreateSyncBody example
{
  "workflow_id": "00000000-0000-0000-0000-000000000000",
  "field_mapping": {},
  "push_existing": false,
  "run": "none",
  "reentry_mode": "suppress"
}