{
  "slug": "naviga",
  "url": "https://apps.sectorgrowth.com/integrations/naviga/",
  "name": "Naviga",
  "vendor": "Naviga Global",
  "aliases": [
    "Naviga Global",
    "NCS Circulation",
    "Naviga Subscribe",
    "Newscycle",
    "CirculationPro"
  ],
  "website": "https://www.navigaglobal.com/publishing/ncs-circulation/",
  "category": {
    "slug": "publishing-and-subscriptions",
    "name": "Publishing and subscriptions",
    "url": "https://apps.sectorgrowth.com/categories/publishing-and-subscriptions/"
  },
  "summary": "Naviga holds every subscription, renewal date and book order a publisher has, in a circulation system only the circulation team can log into.",
  "answer": "No. There is no Naviga app in the HubSpot App Marketplace as of September 2026. The honest route is a middleware service that reads Naviga on a schedule, upserts customers, subscriptions and orders into HubSpot on their source identifiers, and pushes order requests back. Publishers need it once renewal dates and order status have to drive workflows rather than reports.",
  "nativeApp": {
    "status": "none",
    "verifiedAt": "2026-09-22"
  },
  "api": {
    "style": "rest",
    "auth": "oauth2",
    "webhooks": "unknown",
    "changedSince": "unknown",
    "sandbox": "unknown",
    "docsUrl": "https://docs.navigaglobal.com/naviga-subscribe/additional-resources/subscribe-apis"
  },
  "objects": [
    {
      "source": "Customer account",
      "hubspot": "company",
      "direction": "to_hubspot",
      "key": "Naviga customer id held in a custom HubSpot property",
      "notes": "Account names are edited by service staff, the customer id is not."
    },
    {
      "source": "Customer contact",
      "hubspot": "contact",
      "direction": "to_hubspot",
      "key": "Naviga customer id, with email only as a display field",
      "notes": "Duplicate emails are normal in circulation data, so email is unsafe."
    },
    {
      "source": "Subscription",
      "hubspot": "custom",
      "direction": "to_hubspot",
      "key": "Subscription id, associated to the company",
      "notes": "A custom object keeps the renewal date out of the sales pipeline."
    },
    {
      "source": "Book or subscription order",
      "hubspot": "custom",
      "direction": "to_hubspot",
      "key": "Order id, associated to the subscription and the company"
    },
    {
      "source": "Order request",
      "hubspot": "custom",
      "direction": "to_source",
      "key": "Request id, matched to the order id Naviga returns on create",
      "notes": "The only object that travels the other way. HubSpot captures intent."
    },
    {
      "source": "Publication",
      "hubspot": "product",
      "direction": "to_hubspot",
      "key": "Publication id"
    }
  ],
  "approaches": [
    {
      "kind": "custom",
      "fit": "recommended",
      "why": "A middleware service is the only route that survives an API with no event feed and uneven change detection, because it can hold checkpoints, retry and replay a failed order without a person rekeying it."
    },
    {
      "kind": "ipaas",
      "fit": "possible",
      "why": "An automation platform can carry the order request trigger on its own, but it has nowhere to keep a watermark and it bills per record, which a nightly customer reload punishes."
    },
    {
      "kind": "native",
      "fit": "avoid",
      "why": "There is no Naviga listing in the HubSpot App Marketplace, so there is nothing to install and nothing to configure."
    }
  ],
  "effort": {
    "discoveryHours": [
      20,
      40
    ],
    "buildHours": [
      300,
      450
    ],
    "buildBand": "300 to 450 hours",
    "typicalElapsed": "8 to 14 weeks"
  },
  "pattern": "polling-watermark",
  "faqs": [
    {
      "q": "Is there a Naviga app in the HubSpot App Marketplace?",
      "a": "No. A marketplace search for Naviga returns no app published under that name, only listings whose descriptions happen to mention the word. Any connection between the two systems is a build. The work is an integration project with a scoping phase, not an install you finish in an afternoon."
    },
    {
      "q": "Does Naviga publish a public API reference?",
      "a": "Partly. Naviga documents its content APIs publicly and publishes a Subscribe API reference. Its own documentation says Subscribe APIs are publicly exposed so clients can build their own integrations, and that you get access to the API documentation through your project manager or Naviga support. Circulation endpoints vary by platform and contract."
    },
    {
      "q": "How does a HubSpot integration authenticate against Naviga?",
      "a": "With a bearer token in an Authorization header. The documented Subscribe endpoints also require several identifying headers on every call, covering the media group, the client, the publication and a request id. Credentials are issued per environment, so a test token and a production token are different objects."
    },
    {
      "q": "How fresh is Naviga data once it reaches HubSpot?",
      "a": "As fresh as the schedule. We run customers and subscriptions on a nightly cycle and order state more often, because order state is what a service rep is asked about. Treat the portal as a read surface that is minutes to hours behind, not as a live mirror of the circulation system."
    },
    {
      "q": "Can HubSpot create a subscription order in Naviga?",
      "a": "Yes, through a middleware service rather than directly. HubSpot captures the order intent on a record, the service validates it against Naviga before anything is committed, and only then creates the backend order. The identifier Naviga returns is written back so the two systems agree on what happened."
    },
    {
      "q": "What happens when a Naviga order fails validation?",
      "a": "The request stops in a failed state with the error the backend returned, kept verbatim on the record. Nothing retries silently, because a rejected order usually means a price, a campaign or an account problem a person has to fix. Once fixed, the same request replays through the same path."
    },
    {
      "q": "Why do publishers put subscriptions in a custom object instead of deals?",
      "a": "A deal is a pipeline record that closes once. A subscription has a start date, an expiry date, a renewal flag and a term, and it comes back every year. Putting it in a custom object keeps the renewal date available to workflows without polluting the forecast with thousands of open deals."
    },
    {
      "q": "What makes a Naviga build an enterprise sized piece of work?",
      "a": "Volume and unevenness. A mid sized publisher carries tens of thousands of customers, several publications, and order paths that each validate differently. Add the two way order flow and the replay tooling operations needs, and the build lands in the 300 to 450 hour band with 20 to 40 hours of discovery ahead of it."
    }
  ],
  "sections": [
    {
      "depth": 2,
      "text": "Why teams connect Naviga to HubSpot",
      "anchor": "#why-teams-connect-naviga-to-hubspot",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#why-teams-connect-naviga-to-hubspot"
    },
    {
      "depth": 2,
      "text": "What syncs",
      "anchor": "#what-syncs",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#what-syncs"
    },
    {
      "depth": 2,
      "text": "Architecture",
      "anchor": "#architecture",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#architecture"
    },
    {
      "depth": 2,
      "text": "Three ways to connect",
      "anchor": "#three-ways-to-connect",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#three-ways-to-connect"
    },
    {
      "depth": 2,
      "text": "What breaks and how we prevent it",
      "anchor": "#what-breaks-and-how-we-prevent-it",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#what-breaks-and-how-we-prevent-it"
    },
    {
      "depth": 3,
      "text": "Objects without a last change timestamp",
      "anchor": "#objects-without-a-last-change-timestamp",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#objects-without-a-last-change-timestamp"
    },
    {
      "depth": 3,
      "text": "List endpoints that come back empty",
      "anchor": "#list-endpoints-that-come-back-empty",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#list-endpoints-that-come-back-empty"
    },
    {
      "depth": 3,
      "text": "One household, several contacts",
      "anchor": "#one-household-several-contacts",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#one-household-several-contacts"
    },
    {
      "depth": 3,
      "text": "Jobs fighting over the same records",
      "anchor": "#jobs-fighting-over-the-same-records",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#jobs-fighting-over-the-same-records"
    },
    {
      "depth": 2,
      "text": "Our approach",
      "anchor": "#our-approach",
      "url": "https://apps.sectorgrowth.com/integrations/naviga/#our-approach"
    }
  ],
  "caseStudies": [
    "https://apps.sectorgrowth.com/case-studies/naviga-hubspot-order-middleware/"
  ],
  "guides": [
    "https://apps.sectorgrowth.com/guides/choose-a-hubspot-integration-approach/"
  ],
  "builtBySectorGrowth": true,
  "status": "published",
  "verifiedAt": "2026-09-22",
  "updatedAt": "2026-09-25",
  "authors": [
    {
      "name": "Prash",
      "role": "Lead of Technical Integrations and AI Solutions"
    }
  ],
  "sources": [
    {
      "title": "Subscription API",
      "url": "https://docs.navigaglobal.com/naviga-subscribe/additional-resources/subscribe-apis/subscribe-api"
    },
    {
      "title": "Introduction to Subscribe",
      "url": "https://docs.navigaglobal.com/naviga-subscribe"
    },
    {
      "title": "Subscribe APIs",
      "url": "https://docs.navigaglobal.com/naviga-subscribe/additional-resources/subscribe-apis"
    },
    {
      "title": "Developer Tools - Naviga Global",
      "url": "https://www.navigaglobal.com/publishing/developer-tools/"
    },
    {
      "title": "NCS Circulation - Naviga Global",
      "url": "https://www.navigaglobal.com/publishing/ncs-circulation/"
    }
  ]
}