Hearsay New at Yext logo
Back to Homepage
English
  • Français
Subscribe to Updates

New at Yext

Here are release notes for the latest features and enhancements from Yext (formerly Hearsay Systems). Click Subscribe to Updates to have future updates delivered to your inbox.

Labels

  • All Posts
  • Major Release
  • Mobile
  • Social
  • Relate
  • Sites
  • Actions
  • Platform
  • Data & Analytics
  • Compliance

Jump to Month

  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Social
today

Improved "Needs Approval" Label in Social Publisher

When a post contains restricted lexicon terms and the organization requires compliance review before publishing, the social publisher now shows a newly-labeled Needs Approval badge. The old Non-Compliant badge could be misleading, making users believe their post was rejected entirely and that they would not get a chance to submit it for review.

New Needs Approval badge

Gemini_Generated_Image_fi1yn4fi1yn4fi1y.png



Major ReleaseCompliance
a week ago

August 2026 Product Release

Here is what's in the August 5th release:

Compliance

  • Image and Attachment PII Scanning and Removal

Compliance  

Image and Attachment PII Scanning and Removal

Relate now applies PII rules to images and document attachments, not just message text. Using optical character recognition (OCR), the system reads text inside images, screenshots, and PDFs and runs it through the same lexicon and rules already applied to written messages. When sensitive personally identifiable information (PII) is detected, such as a driver's license or Social Security card, the attachment is automatically removed from the conversation and replaced with a notice, while the original content is retained in the compliance archive.

Social
3 weeks ago

July Social Enhancements

Create Multi-Image Posts via API

Integrators can now publish posts containing multiple images in a single API call to the Create Content endpoint (POST /content). Previously, the public API only supported single-image posts, requiring workarounds for multi-image content. This update enables richer, more visually engaging posts, particularly for programs that automate content distribution via the Hearsay API.

Key behavior:

  • Supports up to 10 image URLs per post.
  • Value must be an array of strings containing valid image URLs.
  • Duplicate URLs are automatically deduplicated before the content is created; the first occurrence is preserved.
  • Instagram content requires at least one image in picture_urls.
  • If more than 10 unique image URLs are provided, the API returns a 400 error with error_code: "too_many_photos".

To publish multi-image posts, do the following:

  1. Review the updated API documentation: docs.hearsaysocial.com/reference/create-content
  2. Update your API request payload to include picture_urls as an array of up to 10 valid image URLs.
  3. Ensure your error handling accounts for the "too_many_photos" error code (HTTP 400) if the image count could exceed 10.

Example request body:

{
  "author_id": 24542,
  "messages": ["Text post with multiple images"],
  "social_networks": ["facebook", "linkedin"],
  "modification_rule": "optional",
  "picture_urls": [
    "https://example.com/images/product-1.png",
    "https://example.com/images/product-2.png",
    "https://example.com/images/product-3.png"
  ]
}

The same constraints (supported file formats, max file size, resolution limits) apply to images uploaded via the API as to those uploaded in-app.

No configuration changes are required. Integrators already using the Create Content endpoint can immediately begin passing picture_urls with multiple URLs.

More Granular Control Over Respond Tab Capabilities 

Organizations can now allow users to delete their own published posts on the Respond tab without allowing them to engage via likes or comments. This provides more precise control over what actions users can take on the Respond tab, enabling organizations to match the product experience to their compliance and governance policies.

This feature is configurable via an admin setting. To configure it in the Administration view:

  1. In the sidebar, click Settings. 
  2. On the Organizational Settings page, click the Content & Email tab. 
  3. Configure the Allow users to like and comment on published posts setting. 

    1. Enabled (default): Users can like, comment, and delete posts on the Respond page. 
    2. Disabled: Users can only delete posts on the Respond page. 

Screenshot 2026-07-08 at 14.30.07.png

Respond tab with setting Enabled (Like and Comment visible)

Screenshot 2026-07-08 at 15.32.54.png

Respond tab — Published Posts view with setting Disabled (Like and Comment hidden, Delete still available)

Screenshot 2026-07-08 at 15.32.28.png



Actions
3 weeks ago

July Actions Enhancements

We have made the following enhancements to Hearsay Actions:

Automatic Source Channel Labeling

Contacts and leads are now automatically labeled with their source channel at creation. Labels include sources such as Actions flow or a website chat. Labels are sortable and filterable, giving admins visibility into where activity is coming from.

This feature is OFF by default. To enable it, go to Actions > Organization Settings and turn on the Automatic Labeling setting.

Workspace-Specific Working Hours

Actions can now use workspace-specific working hours configured in Relate rather than a single organization-level schedule. This ensures the correct message template (inside vs. outside business hours) is used for each workspace and that follow-up notifications reach users at the right time. This is especially useful for organizations with users across multiple time zones.

This feature is OFF by default. To enable it, go to Actions > Organization Settings and turn on the Workspace-Specific Working Hours setting. Existing Do Not Disturb settings are unaffected.

Social
a month ago

New Admin Setting for End-User PDF Uploads

Admins can now control whether end users are allowed to upload PDFs when creating social posts.

To configure the PDF setting for users:

  1. In the sidebar, click Settings. 
  2. Under Organizational Settings, on the Content & Email tab, set the Allow workspaces to upload PDFs setting to Enable or Disabled. 

PDF uploads for end users are enabled by default. This setting does not affect admin-level PDF uploads in suggested content.

Major ReleaseSocialRelatePlatformData & AnalyticsCompliance
a month ago

June 2026 Product Release

Here's what's in the June 24th release:

Social

  • Reusable Content Distribution Groups

Platform

  • AI Signposting
  • Navigation Bridge Enhancements

Compliance

  • Contextual Risk Analysis

Relate

  • Embedded Relate Phone-Based Matching Mapping Control

Data & Analytics

  • Add Conversation ID Field to Text Message All Data Report

Social

Reusable Content Distribution Groups

Admins can now create reusable workspace groups to efficiently target posts to specific sets of workspaces. Here are key behaviors when working with workspace groups:

  • No hierarchies within groups - Groups have no hierarchy between them and a workspace can belong to multiple groups. 
  • No retroactive effects on posts - Editing or deleting a group does not affect previously scheduled or published posts.
  • Multiple post targeting methods - Admins can target a mix of workspace groups and individual workspaces for a single post.

Admins can view, edit, or create workspace groups on the Organization page. To create a new workspace group: 

  1. In the side menu, click Organization, then click the Workspace Groups tab.
  2. Click Create a New Workspace Group and add the required information. 
  3. Click Save.

To suggest a post to a workspace group:

  1. In the Post modal, click the Suggest To dropdown. 
  2. Select Workspaces and Groups. 
  3. Enter the name of the workspaces and workspace groups you want to target the post to. 
  4. Continue publishing the post.

Limitations

  • A workspace group can contain a maximum of 200 workspaces. 
  • Admins can suggest a post to a total of 200 workspaces, including those that are part of groups.
  • Workspace groups are not yet available for campaigns.

Platform

AI Signposting

Hearsay is rolling out a standardized AI signposting system across the platform. This gives you clear, consistent visibility into when AI is at work. It's designed to keep Hearsay aligned with global regulations, including the EU AI Act, without adding complexity to your workflow.

AI signposting is being added across the platform on a rolling basis. These will appear as "Powered by AI" labels and AI icons to help you quickly understand where AI is infused in the product.

Navigation Bridge Enhancements

Yext and Hearsay platform users now benefit from a unified cross-platform experience. Yext Accounts are linked to Hearsay Organizations, and users are matched across both systems, enabling shared login sessions and instant platform switching from the navigation bar.

Overall, the new behavior is more reliable than logging in and out consistently adds or removes access across both platforms, and an active session in either platform allows seamless navigation to the other without re-authenticating.

To enable this feature, reach out to Yext Support.


Compliance

Contextual Risk Analysis

Contextual Risk Analysis uses LLM-powered detection to identify thematic compliance risks in communications, moving beyond traditional keyword-based rules. This approach reduces false positives and provides more meaningful alerts for compliance users, especially in environments with large volumes of unreviewed alerts. 

Contextual Risk Analysis works by using predefined prompts to identify and create an alert for the following risk category signals:

  • Promissory Statements: Language that guarantees a specific outcome, promises a future return, or uses definitive "will/shall" language regarding value or performance.
  • Securities Instruments: References to stocks, bonds, mutual funds, ETFs, options, futures, derivatives, brokerage accounts, crypto-assets, IRAs, 401ks, or tokens. Does not flag insurance, annuities, bank products, loans, or mortgages.
  • Politically-Charged Statements: Political or policy-related language that could be interpreted as partisan, advisory, or influential.
  • Threats: Threats of violence or harm to the company, employees, or leadership. Does not flag criticism, insults, or legal threats.

This feature is off by default. To enable it, contact Support at support@hearsaycorp.com. 


Relate

Embedded Relate Phone-Based Matching Mapping Control

Admins can now decide which Salesforce object mappings participate in phone-based record matching. This helps customers route conversation-list and scheduled-message navigation to the right business object, such as Case instead of Contact, without changing record-page widget lookup or conversation creation behavior.

A new setting, Include in phone-based matching, has been added to the Hearsay Admin mapping modal. This setting controls whether a given Salesforce object mapping is considered during phone-based record matching.

  • Enabled mappings are considered when matching conversations or scheduled-message notifications back to Salesforce records by phone number.
  • Excluded mappings are ignored in those navigation flows.
  • If all mappings are excluded, conversation-list search returns no recipients and notification search returns the existing NO_MAPPING_FOUND behavior.
  • Record-page widget lookup and conversation creation remain outside this change.

To configure the new phone-based matching, upgrade to Embedded Relate v4.44.0, then do the following:

  1. Navigate to the mapping modal for the desired Salesforce object mapping.
  2. Toggle the Include in phone-based matching setting on or off.
  3. Save the mapping configuration.

No changes are needed for existing organizations — legacy mappings are included by default.


Data & Analytics

Add Conversation ID Field to Text Message All Data Report

A new Conversation ID field has been added to the Text Message All Data report, making it easier to filter for specific conversations and analyze messages as a single conversation thread.


Relate
2 months ago

Desktop Notifications for Inbound Calls

Users now receive a desktop system notification when an inbound call arrives, helping them quickly identify the caller and decide whether to answer. This prevents missed or delayed responses and improves response time and call-handling efficiency.

When a desktop call arrives, a notification containing the caller’s name and phone number appears even if the browser page containing the Hearsay web app is minimized. Clicking the notification returns the user to Hearsay to accept or manage the call.

To enable desktop notifications for calls, users must grant browser permissions to Hearsay when prompted or manually enable notifications for the browser in their computer settings. Users must also ensure Do Not Disturb or Focus modes are turned off for their browser.

This feature is ON by default for all organizations. To disable it, contact Support at support@hearsaycorp.com. 

Major ReleaseSocialRelate
3 months ago

May 2026 Product Release

Here is what's in the May 13th release:

Social

  • Improved AI-assisted Social post writing
  • Editable Website URLs in Workspace Profile
  • Bulk Asset Connection for Meta Business
  • Threads Monitoring Integration
  • PDF Attachments for End-User Social Posts

Relate

  • New Embedded Relate Version: v4.43.0
  • Attachment preview in Embedded Relate
  • Configurable Widget Height in Embedded Relate

Social 

Improved AI-assisted Social Post Writing

We have improved Hearsay Social’s AI-assisted writing to help users create high-quality, social-ready posts faster with less manual editing.

With this update, you can expect:

  • Stronger first drafts that are more aligned to how people actually write on social
  • Clearer, more concise wording that’s easier to scan and publish
  • Better structure and formatting so posts are easier to read and feel more polished
  • More consistent results that teams can rely on in day-to-day workflows

This feature will allow advisors to move from idea to publish-ready copy more quickly while also allowing marketing and compliance teams to spend less time reworking content to meet quality standards.

Editable Website URLs in Workspace Profile

Advisors and agents can now add, edit, or remove website URLs in their workspace profile without needing Support. This reduces onboarding friction and helps users publish smart fields posts immediately with accurate website information.

To update websites, navigate to Workspace Settings and select the Websites tab. Once you click Modify, a pop-up opens where users can add new URLs or edit/delete existing URLs. Each website entry supports:

  • A Website URL
  • A Language selected from a dropdown

    • The dropdown options come from the org’s preconfigured language list
    • The first language in that list is treated as the default
Edits to website URLs are visible in supervision for compliance oversight. Compliance status indicators for websites and pages will be displayed on this workspace settings page. 

To access the feature, Admin needs to make the website field editable on the Admin Settings page. This can be done by navigating to Settings > Organization Settings > Workspace, scrolling to the Website field, and ensuring that Visible and Editable are enabled.

Bulk Asset Connection for Meta Business

Hearsay now supports bulk asset connection for customers who manage a large number of Facebook pages and Instagram Business accounts via Meta Business. This enables faster onboarding and reduces the operational effort and failure modes of connecting assets one by one.

To access this feature, reach out to support. Once enabled, navigate to Organization > Admin Access Accounts tab. On this screen, you can connect an Admin Access account that Hearsay will use to discover eligible Facebook pages managed in Meta Business and connect them in bulk. Hearsay will also connect related Instagram Business accounts associated with those pages.

Note that your Workspace Name and Facebook Page Names must be identical. If you need custom page mapping, notify Support during the setup process.

Threads Monitoring Integration

Hearsay now supports Threads monitoring, which enables compliance officers to supervise and archive activity. This is a monitoring-only integration, meaning all content must be published directly within the Threads.

To access this feature, you will need to connect your Threads account to Hearsay

PDF Attachments for End-User Social Posts

End users can now attach PDF documents when creating original social posts. This makes it easier to share compliant, document-based content without needing an admin to publish on their behalf. 




Relate 

New Embedded Relate Version: v4.43.0

This update includes:

  • Attachment Preview Now Available in Embedded Relate
  • Configurable Widget Height in Embedded Relate

Please note: With the release of v4.43.0, Embedded Relate v4.41.0 and earlier will no longer be supported. Customers on v4.41.0 or earlier should upgrade to stay up to date with the latest functionality.

Attachment preview in Embedded Relate

Embedded Relate now supports inline attachment preview, making it easier and faster to review documents without leaving the context of a conversation. When you select an attachment in the widget, it can now be previewed directly inline rather than opening in a separate browser window. We've also improved the reliability of attachment loading, so you won’t encounter error states when opening supported file types.

No additional setup is required. The attachment preview is available as part of the standard Embedded Relate package beginning with v4.43.0.

Configurable Widget Height in Embedded Relate

Embedded Relate now supports configurable widget height, giving you greater control over how the widget fits within your CRM layout. This allows you to better use available screen real estate, especially on larger monitors or more complex page layouts, and tailor the experience to match how your team works.

To configure, set your desired height in the Embedded Relate component properties or layout configuration where the widget is placed. Once saved, the new height applies automatically. The configured height applies uniformly to that Embedded Relate instance for all users and records. If no custom height is configured, the widget behaves exactly as it did before.

This new functionality is available with the updated Embedded Relate package v4.43.0.

MobileSocial
3 months ago

Record Video Directly for Social Posts on Mobile

In the mobile app, you can now record a video on your device and add it directly to a social post. This eliminates the need to record and save a video to your device's gallery before adding it to a post. 

This feature is available for the following app versions: 

• iOS version: Hearsay 9.2
• Android version: Hearsay 6.1.2

Major ReleaseSocialRelatePlatformCompliance
4 months ago

April 2026 Product Release

Here is what's in the April 1st release:

Social

  • Allow End Users to Personalize Suggest Post Images
  • Support Meta Special Ad Categories for Boosted Posted
  • Hearsay GenAI Features General Availability
  • Track Links in Social Post Text within Picture Posts

Relate

  • Template Variables for Embedded Relate
  • Starred Conversations in Embedded Relate
  • Supervised Templates for Embedded Relate
  • Hierarchical Templates in Releate

Platform

  • Legacy Workspace and Accounts Screens Replaced by a Combined Screen
  • OAuth-Style API Authentication
  • Yextpert AI Widget

Compliance

  • Review Screen Renamed to Supervision

Social 

Allow End Users to Personalize Suggested Post Images

End users can now personalize the image used in corporate-authored suggested posts while keeping the approved message unchanged. This feature allows all image options to be managed within a single suggested post, reducing the need to create duplicate posts while keeping reporting and supervision streamlined.

Provide Multiple Admin-Approved Image Options

When creating a suggested post, begin the add images flow and select the Alternative Image Upload option. Admins will then be able to upload up to 9 images and set one as the default image that appears pre-selected for end users. Admins can also allow end users to upload their own images by selecting the checkbox below the uploaded images section. 

When publishing or previewing a suggested post, end users can select from the Admin-approved images attached to the post or upload their own image if that option is enabled. The final published post always includes one image and the approved corporate text.

Selecting from Admin-approved images does not trigger additional compliance review beyond the existing workflow. If user-uploaded images are permitted, those images follow the organization’s existing compliance review processes.


Require End Users to Upload Their Own Image

In addition to providing multiple Admin-approved image options, Admins can choose to require end users to upload their own image when personalizing a suggested post. By enabling the required user upload option and not attaching any images to the post, Admins ensure that end users must add a custom image before publishing.

When this option is selected, end users will not be able to publish or schedule the post until an image is uploaded. The final published post always includes one image alongside the approved corporate text.

User-uploaded images continue to follow the organization’s existing compliance review processes.

Support Meta Special Ad Categories for Boosted Posts

Users can now specify Meta Special Ad Categories (such as Credit) when creating boosted posts in Hearsay Social. This helps reduce rejected boosts and supports compliance with Meta advertising policies.

When boosting a post, users can select a Meta Special Ad Category if required. The selected category is passed to Meta through the Ads API as part of the boost creation. Organic posts are not affected.

The Meta Special Ad Category option will appear in the boosted post workflow when applicable.

Hearsay GenAI Features General Availability

GenAI features in Hearsay Social are now generally available, helping advisors and marketing teams draft social content faster while maintaining existing compliance and supervision workflows.

When enabled, users can access GenAI assistance in the compose experience to draft or refine posts. Generated content can be edited and is archived and supervised like any other post.

To enable GenAI features, navigate to the admin settings page and activate the features under the AI tab. Before activation, admins must accept the GenAI terms in the AI Terms acceptance modal. 


Track Links in Social Post Text within Picture Posts

Customers can now track links included in Picture Posts, not just Link Posts. This ensures UTM parameters are applied even when advisors choose a Picture Post format with a link in the text, helping teams more accurately measure social campaign performance.

When a Picture Post contains a link, Hearsay Social automatically detects the URL and applies UTM parameters and URL translation based on your existing URL Translation configuration.

You can reach out to support to check if your URL Translation rules are set up as desired.


Relate 

Template Variables for Embedded Relate

Advisors using Embedded Relate can now personalize templates with contact-specific placeholder variables. This enhancement reduces redundant typing and strengthens communication consistency by automatically pulling details like names or email addresses directly from the contact record.

To create a template with variables:

  1. Click your Avatar to open the menu, then select Settings and click Templates.
  2. Select Add Template and, when you reach the part of the message you wish to personalize, click Add Variable Name.
  3. Choose from the available list: First Name, Last Name, Preferred Name, Phone Number, or Email Address.
  4. Click Save and Publish to make the template available for use.

This feature is available to all organizations that have upgraded to the latest version of Embedded Relate. If your organization is not already leveraging variables in Relate, please contact Hearsay Support or your Customer Success Manager to enable them.

Starred Conversations in Embedded Relate

To ensure feature parity across the Relate suite, Starred Conversations are now available in Embedded Relate. Advisors can now prioritize critical client threads in Salesforce just as they do on Web and Mobile, with all "starred" statuses syncing automatically across platforms for a consistent experience.

Once a conversation is starred, users can use the conversation filter to view only their high-priority threads. Additionally, if sound notifications are enabled, starred conversations use a distinct audio cue, allowing advisors to immediately recognize priority messages as they arrive.

To enable Starred Conversations for your organization, upgrade to the latest Embedded Relate Salesforce package, and then contact your Hearsay representative or Support to request activation.

Supervised Templates for Embedded Relate

Relate’s template supervision workflow has been extended to Salesforce, ensuring a consistent compliance experience across all platforms. Program and compliance teams can now apply the same review and approval workflows to templates created within Embedded Relate as they do for those created in the main Hearsay application.

When a user creates a workspace template in Salesforce, it will now automatically route through your organization’s standard compliance flow. Once approved, these templates—including those with system-generated variables—can be used to send messages that bypass manual supervision alerts, reducing queue noise while maintaining full archival records.

To enable supervised templates for Embedded Relate, upgrade to the latest Embedded Relate Salesforce package. If your organization already uses supervised templates on other Relate platforms, they will be automatically available here as well. To enable supervised templates for the first time, please contact Support or your Customer Success Manager.

Hierarchical Templates in Relate

Admins can now restrict the visibility of organization-level Relate templates based on specific organizational hierarchies. Previously, all org-level templates were visible to every user, which could lead to a cluttered template picker; now, advisors only see the messaging relevant to their specific region, division, or channel.

To configure this, admins can select a Template Region from a dropdown when creating a new Relate template. By choosing a specific hierarchy (and any applicable sub-levels), the template will only be available to users within that segment. Templates intended for universal use should keep the default All Regions setting.

This feature is available by default as part of the April 2026 Release. Please note that once a template is published, its hierarchy settings cannot be changed.


Platform 

Legacy Workspace and Accounts Screens Replaced by a Combined Screen

The Workspace and Accounts pages have been combined into a single unified screen to simplify navigation and management for users and admins. The legacy Workspace and Accounts pages have been removed and replaced with this updated experience.



OAuth-Style API Authentication

Hearsay now supports OAuth-style API authentication with expiring tokens, providing a more secure way to access APIs. Any compromised tokens are time-limited in their ability to access data. 

To learn more about enabling this OAuth-style authentication, reach out to your Yext representative.

Yextpert AI Widget

The Yextpert AI web widget has replaced the previous ‘Help’ widget on the Hearsay desktop platform. All users can now ask product-specific questions and receive real-time answers directly within Hearsay.


Compliance 

Review Screen Renamed to Supervision

The Hearsay page previously labeled as "Review" will now be labeled as "Supervision" throughout the platform. This is a UI label change only and does not impact underlying functionality.