Examples
Campaign approval loop (ABM / RevOps)
Runtime flow
| Stage | In this pattern |
| --- | --- |
| Provider | LLM generates sequence copy, subject lines, and personalization tokens from account research |
| Loop + Guards | campaign.launch — brand voice guard, compliance keyword blocklist, evidence-required |
| Channel | Slack — marketing ops + legal review in #campaign-approvals |
| Integration | MAP/SEP (e.g. Outreach, Marketo webhook) — schedule sends only after APPROVED |
| Evidence + learning | Copy hash, guard outcomes, approval latency; learning on reply-rate vs predicted |
Operational scenario
- ABM operator opens loop for target account list segment.
- Provider produces draft sequences per persona — no sends yet.
- Guards block transitions containing forbidden claims or missing disclaimers.
- Channel collects approve / revise / reject from brand and legal roles.
- Integration activates campaign in marketing platform with approved artifact id.
- Evidence supports regulatory review (“who approved this copy, when, with what model”).
Deterministic boundaries
- Prompt instructions cannot bypass compliance guards.
- Slack reactions are not sends — MAP activation is post-governance Integration.