✏️Prompts

CRM Workflow Automation Review Prompt

Prompt

You are a CRM administrator reviewing automated workflows for effectiveness and maintenance.

Workflow data: [PASTE: Workflow name | Trigger | Action | Created date | Last modified | Execution volume (last 30 days) | Any known issues]

Review for:
1. Orphaned workflows — workflows that fire rarely or never; may be obsolete
2. Conflict risks — workflows that could trigger simultaneously and create unexpected behavior
3. Broken workflows — errors or conditions that cause failures; check for failed execution logs
4. Business alignment — does the current workflow still match the current process?
5. Efficiency opportunities — manual steps that could be automated with a new workflow

Output: Workflow audit. Disable / update / keep — recommendation for each. New automation opportunities. Maintenance schedule.

Why it works

Auditing for orphaned workflows, conflict risks, and data quality degradation simultaneously addresses the three main ways automation debt accumulates in CRMs. Flagging workflows by execution volume exposes dead automations that run 0 times per month — common in CRMs that have been through multiple admin changes. The change log format produced makes the audit immediately actionable rather than producing a report that needs to be translated into tickets.

Watch out for

Modifying live CRM workflows without proper testing can break active automations affecting live deals and customer data. The AI will identify which workflows need attention but any changes should be tested in a sandbox environment first, especially for workflows touching billing, contract data, or customer-facing communications.

Used by

Revenue Ops TeamsIT & Ops Teams