{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Inquire the minute a listing matches",
  "goal": "Watch my search page. When a new listing matches the rules in my guide, open the listing and send my prepared message from my signed-in account. If anything about the listing is unclear against my rules, stop and ask me instead.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-your-filtered-search",
  "mode": {
    "kind": "watch"
  },
  "level": "stop_at_last",
  "caps": {
    "maxMinutesPerRun": 15,
    "offLimits": [
      "Never negotiate or agree to a price.",
      "Never share more contact details than my message contains.",
      "Never message the same listing twice."
    ]
  },
  "guide": "# What counts as a match\n- I am looking for: [describe it here].\n- My price ceiling: [write it here].\n- Rule out listings that: [write what disqualifies one].\n\n# My prepared message\n[Write the exact message to send, as you want the other person to read it.]",
  "gestures": []
}
