preflight_files
Produce a campaign readiness report from specified file paths, flagging configuration, contact-data, personalization, suppression, and sender issues to prevent launch problems.
Instructions
READ-ONLY. Check a campaign described by local files and return its readiness report. Reads only the paths given here; no directory is scanned or walked. Optional inputs that are omitted are reported as unavailable capabilities, so a run without suppressions_path says the suppression checks did not run rather than implying the list is clean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leads_path | Yes | Absolute or relative path to an existing file. | |
| config_path | No | Absolute or relative path to an existing file. | |
| max_samples | No | Affected records shown per finding. | |
| senders_path | No | Absolute or relative path to an existing file. | |
| campaign_path | Yes | Absolute or relative path to an existing file. | |
| evidence_path | No | Absolute or relative path to an existing file. | |
| output_format | No | Shape of the returned report. | |
| suppressions_path | No | Absolute or relative path to an existing file. |