task ▸ template opened 0
Login-gated automation

Cancel a subscription

Sign in to a service on your own account and complete its cancellation flow, capturing the confirmation.

5 steps 20-60s
Writ runs on your own accounts, with your own credentials and data, on sites you are authorized to use.
does ▸ outcome shaped 02
02
what it does

The outcome

Sign in to a service on your own account and complete its cancellation flow, capturing the confirmation.

Backed by a real, installable recipe, not a generated stub. Install it, attach your own inputs, and run it on your own accounts.

Expected output

A successful run returns a structured result:

output.json
json
{ "cancelled": true, "effective_date": "...", "confirmation": "..." }
steps ▸ recipe mapped 03
03
the steps

5 steps

Real step types from the 30+ in the workflow vocabulary. Edit any of them after you install.

  1. 1
    navigate

    Open the account or billing page.

  2. 2
    twofa

    Sign in with a Persona, including any 2FA.

  3. 3
    click

    Walk the cancellation flow, including retention prompts.

  4. 4
    extract

    Read the subscription status back to confirm it now shows as cancelled.

  5. 5
    extract

    Capture the cancellation confirmation and end date.

inputs ▸ shape defined 04
04
what you provide

Inputs

  • account_urlurl must match ^https?://
Resources you attach
Persona (your account on the service)

Input shape

Inputs are validated against per-slot regex rules before a run starts.

inputs.json
json
{
  "account_url": "<url>"  // matches ^https?://
}

Estimated runtime: 20-60s.

run ▸ template installed 05

Install in one click

Open the template in the app, attach your own inputs and resources, and run it on your machine or the cloud.

Local runs have no compute charge and do not use Writ cloud compute. Paid plans are for cloud execution, faster monitors, teams, managed AI, and fleet features.

faq ▸ questions answered 08
08
faq

Cancel a subscription questions

What does the Cancel a subscription template do?
Sign in to a service on your own account and complete its cancellation flow, capturing the confirmation.
Where does it run?
On your own machine free of compute charges with the local agent, or on metered cloud running time. Either way it runs on your own authorized accounts and data.
Can I edit the recipe after installing?
Yes. Templates install as a normal workflow you fully own: edit any step, change inputs, or extend it.
rec ▸ ready

Start with the Cancel a subscription template

Install it, attach your own inputs, and run it on your own account in minutes.