pub enum AdjacentSystem {
Show 14 variants
AvatureRecruiting,
Ga4,
Amplitude,
GoogleTagManager,
Hris,
LaborScheduling,
Payroll,
MarketingAutomation,
Ticketing,
CallCenterTelephony,
Reviews,
EmailSmsMarketing,
BusinessIntelligence,
DataLake,
}Expand description
Adjacent enterprise system that can provide labor, revenue, marketing, or review evidence.
Variants§
AvatureRecruiting
Recruiting system context for staffing risk and hiring pipeline evidence.
Ga4
GA4 marketing/traffic evidence for demand and lead-funnel context.
Amplitude
Amplitude product analytics evidence for portal or app behavior.
GoogleTagManager
Google Tag Manager context for instrumentation evidence, not customer-contact authority.
Hris
HRIS context for staffing evidence; personnel actions remain outside automation authority.
LaborScheduling
Labor scheduling source for staffing plans.
Payroll
Payroll source for labor-cost reconciliation.
MarketingAutomation
Marketing automation context for campaign evidence; customer sends stay approval-gated.
Ticketing
Ticketing context for support workload and unresolved exception queues.
CallCenterTelephony
Call-center telephony evidence for repeat-question volume and deflection opportunities.
Reviews
Review-platform evidence for reputation triage and human-approved responses.
EmailSmsMarketing
Email/SMS marketing evidence for retention outreach; sends remain human-approved.
BusinessIntelligence
Reporting or BI data source.
DataLake
Data-lake context for aggregate evidence and historical reconciliation.
Trait Implementations§
Source§impl Clone for AdjacentSystem
impl Clone for AdjacentSystem
Source§fn clone(&self) -> AdjacentSystem
fn clone(&self) -> AdjacentSystem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more