task ▸ template opened 0
Watch-and-Act

Restock alert

Watch an out-of-stock product and notify you the instant it returns, across any of the six notification providers.

4 steps Continuous monitor; alert fires in seconds
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

Watch an out-of-stock product and notify you the instant it returns, across any of the six notification providers.

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
{ "in_stock": true, "price": 0.00, "notified_at": "..." }
steps ▸ recipe mapped 03
03
the steps

4 steps

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

  1. 1
    monitor

    Watch the product page stock status as often as every 10s.

  2. 2
    wait_for_change

    Wait until the stock status flips to in-stock.

  3. 3
    extract

    Capture the price and current availability.

  4. 4
    api_call

    Send the alert to your chosen notification provider.

inputs ▸ shape defined 04
04
what you provide

Inputs

  • product_urlurl must match ^https?://
  • notify_tostring

Input shape

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

inputs.json
json
{
  "product_url": "<url>"  // matches ^https?://,
  "notify_to": "<string>"
}

Estimated runtime: Continuous monitor; alert fires in seconds.

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

Restock alert questions

What does the Restock alert template do?
Watch an out-of-stock product and notify you the instant it returns, across any of the six notification providers.
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 Restock alert template

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