Setting Up Retropilot - Momentum

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Autopilot Classic
Triggers after each call/email to analyze its content in real-time.

Retropilot
You are here. Triggers on a Salesforce event and analyzes all historical
conversations.

Autopilot Batch
Triggers manually to run on a large set of records that match your defined
criteria.

Setting Up Retropilot

Retropilot, part of the Autopilot Suite, allows you to trigger powerful AI extractions based on Salesforce events. Unlike the real-time Autopilot, Retropilot analyzes all historical conversational data within a specified timeframe to provide comprehensive insights right when a key moment occurs in your CRM.

How Retropilot Works

Retropilot operates on a simple but powerful flow: a Salesforce event triggers an AI analysis of historical conversational data, which then results in an update to a Salesforce field.

Salesforce Event

Retropilot Trigger

Analyze

History

Run AI Prompt

Update Field

Use Cases for Retropilot

Step-by-Step Configuration

Step 1: Access the Retropilot Section

  1. Log in to your Momentum admin dashboard.
  2. Navigate to the Autopilot section and select the Retropilot tab.
  3. Click “New Retropilot Extraction” to begin.

Step 2: Define the Salesforce Trigger Event

This is the core of Retropilot. You’ll define the specific Salesforce event that initiates the extraction.

In certain cases, you may instead need to configure an advanced self-managed Salesforce Flow.

To prevent the trigger from firing on every small change, you must specify field conditions when using On Update.

Example Trigger:

Object: Opportunity
Trigger Action: On Update
Field: StageName
Condition: Changes to "Negotiation"

Step 3: Set the Time Window

Define the period of historical conversational data that Retropilot should analyze. This can be anything from the last 7 days to the entire history of the record.

Step 4: Write Your AI Prompt

This prompt will guide the AI in its analysis of the historical conversational data. Make sure your prompt is clear about what you want summarized or extracted.Example Prompts:

"Review all calls and emails from the last 90 days for this opportunity. Summarize all discussions related to budget, key decision-makers, and final blockers. List the key contacts involved."
"Analyze all historical call data for this account. Provide a summary of the top 3 pain points mentioned and any outstanding support tickets or unresolved issues."

Step 5: Configure Save Behavior

Choose how the extracted data is saved to Salesforce, just like a regular Autopilot extraction.

Handling Records with No Context: You can configure what happens when no relevant historical conversational data is found for a record:

This ensures fewer missed write-backs and maintains data consistency even when context is missing.

This setting still respects your save behavior configuration. Confirm to Write, Write if Empty, and Automatic Write settings will still apply.

Retropilot automatically truncates extracted values to fit the target field’s maximum length in Salesforce.

Step 6: Test and Activate