Stigg Product Updates logo

Product Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts

Jump to Month

  • 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
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
Announcement
a year ago

Ability to programmatically provision trial subscriptions

We've added the ability to programmatically provision subscriptions in a free trial using the Stigg SDKs and API. Doing so allows you to implement custom user journeys, such as granting customers a free trial to higher tiers when they reach a certain achievement.

Programmatic provisioning of trial subscriptions overrides the default trial configuration in the Stigg app UI, which can be edited using no-code.

To force the provisioning of a subscription in a free trial, pass the TrialOverrideConfigurationInput parameter to the provisionSubscription method. To extend an existing trial, pass the trialEndDate parameter to the updateSubscription method.

The new functionality is supported in the Stigg Node.js SDK v2.46.0, Stigg Python SDK v0.712.0, Stigg Ruby SDK v0.712.0, Stigg Go SDK v0.712.0, Stigg Java SDK v0.712.0 or later, as well as via the GraphQL API.

Avatar of authorOr Arnon