Admin settings

Use Admin Settings to configure CRM integrations, manage the Knowledge Center, and configure email opt-out.

Sales Qualifier connects to Salesforce or Microsoft Dynamics 365. The connection gives the Account Qualification Agent (AQA) a consistent view of leads, accounts, contacts, activities, and owners. Sales Qualifier can also write outreach activities and opt-out status back to the CRM and synchronize outreach activities to Marketo.

To configure CRM connections, field mapping, and activity synchronization, go to Administration > Admin Settings > CRM connections. Standard users can use the configured CRM data and filters but cannot change these settings. To connect a CRM for the first time, see Get started.

IMPORTANT
Accessing Admin Settings requires membership in both the Sales Qualifier and Sales Qualifier Admins user groups.

CRM MCP and the embedded plugin

Sales Qualifier works with your CRM in these ways:

  • CRM MCP queries—The Account Qualification Agent queries live CRM data so that answers and insights reflect the current state of your records.
  • Embedded plugin—The CRM plugin displays Marketo Sales Insights (MSI) insights and agentic data in your CRM. Use the plugin to add a prospect to Sales Qualifier.
  • Activity synchronization—When an administrator turns on Activity sync, outreach activities synchronize to the CRM and Marketo.

CRM access scope

Sales Qualifier reads users, contacts, owner mappings, leads, accounts, opportunities, and activities from the CRM. It writes only logged outreach activities and opt-out status to the CRM, and it synchronizes outreach activities to Marketo. Your CRM administrator prepares API access in Salesforce or Dynamics. A Sales Qualifier administrator then connects the CRM, maps inbound fields, and chooses whether to synchronize activities.

NOTE
The credential steps in Get started describe read access to CRM objects. If you turn on activity sync or opt-out write-back, work with your CRM administrator to grant the corresponding write access required by your CRM configuration.

Map CRM fields (inbound mapping)

After the CRM is connected, select Manage for the connection and open Inbound mapping. Inbound mapping controls which CRM fields Sales Qualifier pulls into the application.

  1. Select Add section.

  2. Enter a section name and description.

  3. Select an entity type. Prospects is selected by default. Contacts, Accounts, and Opportunities are also available.

  4. Select the CRM fields to import.

    Each field row displays its Display name, Field name, and Data type.

  5. Turn on Filterable for each prospect, contact, or opportunity field that you want to make available as a filter on the Prospects list.

  6. Preview the section and select Add.

Mapped fields appear in the corresponding areas of Sales Qualifier:

  • Prospect fields appear on the Person tab.
  • Account fields appear on the Account tab.
  • Opportunity fields appear in the Account Opportunity section. Filterable opportunity fields also appear as their own columns in My Opportunity Contacts, with labels such as Stage (Opportunity) to distinguish them from contact fields.

Configure activity sync (outbound mapping)

  1. From CRM connections, select Manage for the connected CRM.
  2. Open Outbound mapping.
  3. Turn on Activity sync to sync Sales Qualifier outreach activities to the CRM and Marketo. Email sent, opened, clicked, and replied activities include the Outbound Workflow name.

When activity sync is off, Sales Qualifier continues to use inbound CRM data but does not synchronize outreach activities to the CRM or Marketo.

Build a Knowledge Center playbook knowledge-center

The Knowledge Center gives the Account Qualification Agent (AQA) access to your sales materials. Sales Qualifier uses these materials to generate research, qualification insights, and outreach that reflect how your organization sells. Only administrators can build and manage the playbook.

Knowledge Center {width="800" modal="regular"}

  1. In the left navigation, expand Administration, select Admin Settings and select Knowledge Center
  2. u
  3. Set the Company name and Company URL that Sales Qualifier uses to research your company and draft emails.
  4. Upload sales plays, ideal customer profiles (ICPs), positioning guides, and other sales collateral in PDF, PPTX, or DOCX format.
  5. Select Build Playbook.

Each uploaded document displays its processing status, such as Ready, and when it was last updated.

NOTE
A playbook can take up to 24 hours to process.

When the playbook is ready, representatives can use it in two places:

  • Outbound email prompts—In a touchpoint prompt, name the document and describe the context to use. For example, enter Use the ABC positioning guide from the Knowledge Center and focus on the security value proposition. See Generate and review touchpoints.
  • AI Chat: Refer to the Knowledge Center in your question. For example, enter From the Knowledge Center, help me position our security solution for ABC Corp before tomorrow's call. See AI Chat.

In both cases, the generated content reflects the messaging in your playbook rather than generic research.

Configure global email opt-out

  1. In the left navigation, expand Administration and select Admin Settings.
  2. Select Email settings under Compliance.
  3. Turn on Include opt-out link in every email to append an unsubscribe footer to outbound emails.
  4. In Opt-out message template, enter the footer text. Include the {opt_out_link} token where the unsubscribe link should appear.

The settings save automatically.

When a prospect selects the link, Sales Qualifier stops sending emails to that prospect and synchronizes the opt-out status to the connected CRM.

Reference: sample API parameters

Your CRM team can use these examples to confirm read access returns the expected lead fields.

Dynamics OData example

$select=fullname,_ownerid_value,leadid,emailaddress1,jobtitle,statuscode,createdon,modifiedon,statecode
$filter=_ownerid_value eq '<crmUserId>' [AND additional filters]
$expand=Lead_ActivityPointers(...),parentaccountid(...)
$orderby=modifiedon desc

Salesforce SOQL example

SELECT Id, Salutation, FirstName, LastName, Name, Title, Company, Email,
  LeadSource, Status, OwnerId, LastModifiedDate, LastActivityDate, CreatedDate,
  (SELECT Id, Subject, ActivityDate, Status FROM Tasks ORDER BY ActivityDate DESC LIMIT 1),
  (SELECT Id, Subject, ActivityDateTime FROM Events ORDER BY ActivityDateTime DESC LIMIT 1)
FROM Lead
WHERE OwnerId = '<crmUserId>' AND IsDeleted = false
ORDER BY LastModifiedDate DESC
recommendation-more-help
sales-qualifier-help