Create multiple sequences from an array of patient data rows. Maximum 100 rows per request.
phoneNumber, firstName, and lastNameinputs_definitionvalidate_only: true to validate rows without creating sequences. This lets you preview errors and warnings before committing the upload.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Batch upload request
ID of the sequence definition to use
Patient data rows (max 100). Each row requires phoneNumber, firstName, and lastName, plus any additional fields defined in the sequence definition's inputs_definition. All row input fields must be in camelCase as per agent convention.
100ISO 8601 date for when the first activity should be scheduled. Defaults to now if not provided.
If true, validate without creating sequences
Batch upload result with validation status and any errors/warnings
True if all rows passed validation (warnings don't affect this)
Total rows in the request
Rows that passed validation
Sequences created (0 if validate_only was true)
Validation errors (rows with errors are not created)
Warnings (rows with warnings can still be created)