Batch Executions

Runs a flow or action across many cases at once, in batches. Use it to process a list of tickets or cases through the same automation in a single step.

Runs a flow or action across many cases at once, in batches. Use it to process a list of tickets or cases through the same automation in a single step.

What it does

  • Takes a list of cases and runs the chosen flow or action against each one.
  • Connects to the chosen DigitalGenius region using your API key and token.
  • Processes the cases in batches and reports how many ran successfully.

Each case must include an identifier (for example id, case_id or ticket_id).

Inputs

NameTypeRequiredDescription
casesListYesThe case objects to process. Each must include a case id field (id, Id, case_id, caseId, ticket_id or ticketId)
dgFlowHostStringYesDigitalGenius region. Possible values: eu, us.
dgApiKeyStringYesDigitalGenius API key
dgSecretStringYesDigitalGenius API token
actionIdStringYesThe flow or action id used to handle each case

Outputs

NameTypeDescription
launchesNoNumberNumber of cases launched successfully

Notes

  • Every case object must contain a case id field, otherwise it cannot be processed.