#### How Calls Are Triggered

When a batch request is submitted:

1. The API validates the SVAML commands and parameters.
2. Calls are queued and triggered according to `maxCps` and `ttlSeconds` settings.
3. Each call is processed independently, using the provided parameters to personalize the call flow.
4. The API tracks the state of each call (e.g., `QUEUED`, `INITIATED`, `IN_PROGRESS`, `COMPLETED`).
5. Batch progress can be monitored and summaries can be retrieved via the [GET] `/v2/projects/{projectId}/batches/{batchId}` endpoint.