# Collections

## Collections
`collection` type cases operate on a different set of rules:
The field `objectsPreventingReminderTasks` is an array of any combination
of the following string values:
- `dni`
- `scheduledCall`
- `snooze`

If present in `objectsPreventingReminderTasks`, the associated object will
cause a task to not be created if it exists; `["dni"]` will prevent a new
task when the borrower has a DNI, and so on.
The field `lastOutboundInteractionThreshold` is a positive integer
indicating how many calendar days after the last outbound interaction to
wait until creating a reminder task. If this field is 3, and the last
interaction was sent 3/20, then a reminder will be created on 3/23
(assuming nothing otherwise prevents a task from being created).

Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader
