Naviga

Configuration guide for the Naviga connector in Recurly Engage—setup and supported subscription actions for news and publishing platforms.

Overview

Naviga Subscribe is a common backend for news and publishing customers. With Naviga Subscribe version 3.13+ and NCS Circ 2018.5 SP1, Recurly Engage can utilize 1-Click actions to manage subscriptions directly from prompts.

Required plan

This feature or setting is available to all customers on any Recurly Engage subscription plan.

Prerequisites & limitations

  • Company or App Administrator permissions in Recurly Engage.
  • Your environment must run Naviga Subscribe v3.13 or later and NCS Circ 2018.5 SP1+.

Definition

The Naviga connector integrates Recurly Engage with the Naviga Subscribe API to check subscription status, create, start, or end subscriptions via prompts.

Key benefits

  • Streamlined workflows: Trigger subscription checks and lifecycle actions without leaving your app.
  • Seamless integration: Use Naviga’s existing subscription backend for real-time updates.
  • User-centric prompts: Personalize prompts based on subscription state.

Key details

Supported actions

Use these actions within prompt configurations (accept, secondary accept, etc.) to drive Naviga workflows:

ActionDescriptionAPI Method
Check SubscriptionVerify if a user has an active subscriptionGET /subscribe/v1/subscription/status?userId=<USER_ID>
Create SubscriptionCreate a new subscription for a userPOST /subscribe/v1/subscription
Start SubscriptionActivate a pending subscriptionPOST /subscribe/v1/subscription/{subscriptionId}/activate
End SubscriptionCancel or end an active subscriptionPOST /subscribe/v1/subscription/{subscriptionId}/cancel

These actions leverage the Naviga Subscribe API. Reach out to your Customer Success Manager for partnership details and advanced integration options.