Skip to content

Latest commit

 

History

History
127 lines (86 loc) · 5.88 KB

File metadata and controls

127 lines (86 loc) · 5.88 KB
title Changelog
description Versioned Lensmor API documentation updates, newly documented endpoints, behavior clarifications, and machine-readable resource changes.

Track documentation updates, newly documented API capabilities, and behavior clarifications that may affect integrations.

v0.24.1

Released July 24, 2026.

Added

  • Added the Attendee source taxonomy that maps product labels to API values: Exhibitor (exhibitor), Social Signals (social), and Visitor (visitors).
  • Added an attendee-intelligence guide for field marketing, account-based event planning, sales engagement, and CRM enrichment workflows.
  • Added Simplified Chinese navigation and translations for the core onboarding, attendee, access, and contact-unlock documentation.

Changed

  • Clarified that sourceType is a non-exclusive array and that personnel profile and contact search can aggregate labels across associated events.
  • Clarified that Visitor represents registered attendees obtained through organizer or data-provider partnerships and remains a separate access layer from base event access.
  • Added attendee source labels to Personnel List, Personnel Profile, and Contact Search OpenAPI examples.
  • Updated OpenAPI metadata to version 0.24.1.

v0.24.0

Released July 24, 2026.

Added

  • Added POST /external/events/{id}/visitors/unlock for the 3000-credit visitor data layer after base event access is unlocked.
  • Added POST /external/events/{id}/full-access/unlock for atomic base event plus visitor access, with dynamic 05000 credit usage.
  • Added unlock_event_visitors and unlock_event_full_access action prechecks with access-state, visitor-availability, subscription, and expected-credit details.
  • Added addonAmount, addonBalance, and addonExpireAt to the credit-balance contract.

Changed

  • Changed personnel and contact sourceType from a nullable string to a normalized array containing exhibitor, social, and/or visitors.
  • Clarified that exhibitor company search and exhibitor event search consume 50 credits only when the result is non-empty; empty results consume no credits.
  • Documented phone unlock at 150 credits per chargeable contact.
  • Added sponsor_match_starred to the exhibitor event-search request and documented sponsorMatchStarred plus the canonical Lensmor event data source.
  • Added linkedin_message_types and typed LinkedIn InMail, connection-note, and connected-message response variants.

Fixed

  • Added phone, phone-unlock, event-count, and outreach status fields to the shared contact response contract.
  • Updated email and phone unlock submission responses to cover both asynchronous accepted and no-work success outcomes, including skipped personnel details.
  • Updated OpenAPI metadata to version 0.24.0.

v0.23.1

Released July 19, 2026.

Fixed

  • Standardized current API-key guidance on the Business sk_ format across human and LLM-facing documentation.
  • Defined the event fit score as a 010 value with the exact profile_match, matched_exhibitor_density, and event_scale breakdown fields.
  • Added the dedicated recommended-exhibitor response contract, including recommendationProcessing, fallback code, show_refresh_hint, and the item-level reason field.

Changed

  • Updated OpenAPI metadata to version 0.23.1.

v0.23.0

Released June 29, 2026.

Changed

  • Clarified task-source behavior for x-call-source on LinkedIn activity unlock and outreach message generation workflows.
  • Updated OpenAPI metadata to version 0.23.0.

Fixed

  • Added missing taskCenterId metadata to the outreach message generation response schema.
  • Added missing status, create_time, and update_time fields to the outreach message detail response schema.

v0.22.0

Released June 18, 2026.

Added

  • Added documentation for phone number unlock workflow:
    • POST /external/contacts/unlock-phone — start an asynchronous phone number unlock job.
    • GET /external/contacts/unlock-phone-tasks/{taskId} — poll phone unlock task status and retrieve results.
  • Added documentation for AI-powered outreach message generation:
    • POST /external/personnel/generate-outreach-message — generate personalized outreach messages for personnel.
    • GET /external/personnel/outreach — retrieve generated outreach message content.
  • Converted existing endpoint pages (contacts unlock, unlock task, LinkedIn activity unlock) to OpenAPI-driven format with interactive playground support.
  • Updated OpenAPI metadata to version 0.22.0.

v0.21.0

Released June 12, 2026.

Added

  • Added exhibitor buying-signal fields to supported exhibitor responses:
    • buyingSignals
    • buyingSignalTags
    • buyingSignalStatus
  • Added LinkedIn activity fields to personnel list responses:
    • linkedinActivity
    • linkedinActivityStatus
  • Added documentation for the LinkedIn activity unlock workflow.
  • Added documentation for action precheck requests.
  • Added api-catalog.json as the machine-readable API catalog.

Changed

  • Updated API key guidance to direct users to app.lensmor.com, where subscribed accounts can create keys from Settings -> API Keys.
  • Clarified that API calls use https://platform.lensmor.com as the base URL.
  • Clarified that API usage and Lensmor SaaS usage share the same credit balance.
  • Updated OpenAPI metadata to version 0.21.0.

Fixed

  • Fixed event unlock examples so balanceAfter matches the production response shape.
  • Fixed pagination guidance for locked event preview pages.
  • Fixed machine-readable documentation links for openapi.json, api-catalog.json, llms.txt, and llms-full.txt.
  • Removed internal implementation wording from public documentation copy.

Verified

  • Verified all documented endpoints against the production API.
  • Verified openapi.json, api-catalog.json, llms.txt, and llms-full.txt as machine-readable documentation resources.