reactivation-flow

Automate SaaS tenant reactivation workflows after suspension or cancellation.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/marquesfelip/agents-and-skills --skill reactivation-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reactivation-flow
Source: https://github.com/marquesfelip/agents-and-skills/tree/main/skills/reactivation-flow
Command: npx skills add https://github.com/marquesfelip/agents-and-skills --skill reactivation-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reactivation-flow automates the process of restoring access, data, and billing for SaaS tenants after suspension or cancellation, ensuring a safe and auditable recovery.

Core Features & Use Cases

  • Automated eligibility checks across suspension states to determine reactivation viability.
  • Restoration of subscriptions, sessions, API access, and user teams with proper safeguards.
  • Post-activation hooks including welcome messages, CRM/win-back updates, and analytics tracking.

Quick Start

Provide TenantID and optional PlanID to start the reactivation flow.

Frequently Asked Questions about reactivation-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SaaS tenant reactivation after a billing suspension?

SaaS tenant reactivation automates restoring access, data, and billing by enforcing eligibility checks and idempotent transitions. You provide a TenantID and optional PlanID to trigger the workflow and safely recover suspended accounts.

What is the safest way to restore SaaS subscriptions and API keys after cancellation?

Restoring SaaS subscriptions and API keys safely requires idempotent transitions and enforced data integrity. The reactivation workflow manages subscription recovery with optional payment and restores API access while maintaining an auditable recovery process.

How does a reactivation workflow handle data integrity for suspended SaaS tenants?

A reactivation workflow handles data integrity by applying idempotent state transitions and eligibility checks before restoring user teams and sessions. Post-reactivation hooks then trigger CRM updates and analytics tracking to ensure a fully auditable recovery.

Can I trigger post-reactivation hooks for CRM updates and win-back campaigns?

Yes, post-reactivation hooks support welcome messages, CRM win-back updates, and analytics tracking. These hooks execute automatically after the tenant reactivation workflow completes the subscription and data restoration process.

When should I use an automated reactivation flow instead of manual account restoration?

An automated reactivation flow is necessary when restoring multiple SaaS tenants with complex requirements like subscription billing, API key recovery, and session data. It enforces eligibility checks and data integrity that manual restoration cannot reliably scale.