TM Rule Execution
The TM Rule Execution API lets you trigger the execution of scheduled rules for a specific date — supporting both standard scheduled runs and targeted reruns after data or configuration corrections.
Key benefits:
- Targeted daily runs: Execute a specific subset of rules by providing
rule_ids, or run all live rules scheduled for a date. - On-demand execution: Trigger rule execution for any past date without waiting for scheduled runs.
- Transparent outcomes: The response clearly separates accepted and rejected rules, with per-rule rejection reasons for easy diagnosis.
- Safe reprocessing: Use the
forceflag to rerun a rule that has already executed for a given date, with full control over which rules are reprocessed.
API Reference: Rule Execution API