External Write Guardrails

Audit and approval control for outbound write calls into connected systems such as Synchroteam and Xero. Approval threshold: more than {{ report.threshold }} affected records.

Events
{{ report.summary.event_count }}
Pending approval
{{ report.summary.pending_approval_count }}
Approved
{{ report.summary.approved_count }}
Completed
{{ report.summary.completed_count }}
Failed
{{ report.summary.failed_count }}
Blocked
{{ report.summary.blocked_count }}

Recent events

{% for row in report.events %} {% else %} {% endfor %}
ID Status System Operation Source Records Actor Created
{{ row.id }} {{ row.status }} {{ row.system_name }} {{ row.operation_name }} {{ row.source_name }} {{ row.record_count_estimate }} {{ row.actor_name or row.actor_username or row.triggered_by or '-' }} {{ row.created_at }}
No events logged yet.