{
  "version": 7,
  "folders": [
    {
      "name": "Airbnb",
      "info": "",
      "app": "TEXT",
      "snippets": [
        {
          "name": "Check-in Instructions (Self Check-in)",
          "shortcut": "/checkin",
          "type": "text",
          "text": "Hi {GuestFirstName} 👋\n\nWe’re excited to host you at {PropertyName}.\n\nCheck-in is from {CheckInTime}. The address is:\n{PropertyAddress}\n\nSelf check-in details:\n• Building/Entry: {BuildingEntryInstructions}\n• Unit/Apt: {UnitNumber}\n• Key pickup / Smart lock: {LockInstructions}\n• Wi-Fi: {WifiName}\n• Wi-Fi password: {WifiPassword}\n\nIf you arrive early, feel free to message me — I’ll let you know if early check-in is possible.\n\nSafe travels,\n{HostName}"
        },
        {
          "name": "Late Check-in Reassurance",
          "shortcut": "/latecheckin",
          "type": "text",
          "text": "Hi {GuestFirstName} — no worries at all 😊\n\nLate check-in is totally fine. The check-in is self-serve, so you can arrive whenever it suits you.\n\nQuick reminder:\n• Address: {PropertyAddress}\n• Access: {LockInstructions}\n\nIf anything changes or you run into any issues at the door, message me here and I’ll help right away."
        },
        {
          "name": "House Rules Reminder",
          "shortcut": "/houserules",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nJust a quick friendly reminder of the main house rules at {PropertyName}:\n\n• No smoking inside (including balcony/windows)\n• Quiet hours: {QuietHours}\n• No parties or unregistered guests\n• Please keep keys/fobs safe (replacement cost: {KeyReplacementFee})\n• Check-out time: {CheckOutTime}\n\nThanks for respecting the space — and enjoy your stay!"
        },
        {
          "name": "Wi-Fi Details",
          "shortcut": "/wifi",
          "type": "text",
          "text": "Wi-Fi details for {PropertyName}:\n\nNetwork: {WifiName}\nPassword: {WifiPassword}\n\nIf it doesn’t connect right away, try toggling Wi-Fi off/on or standing a bit closer to the router (location: {RouterLocation})."
        },
        {
          "name": "Parking Instructions",
          "shortcut": "/parking",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nParking info for {PropertyName}:\n\n• Parking type: {ParkingType}\n• Location: {ParkingLocation}\n• Access/code: {ParkingAccessDetails}\n• Notes: {ParkingNotes}\n\nIf you’re arriving by taxi or ride-share, the best drop-off point is:\n{BestDropOffPoint}"
        },
        {
          "name": "Maintenance Acknowledgement",
          "shortcut": "/maintenance",
          "type": "text",
          "text": "Hi {GuestFirstName} — thanks for letting me know.\n\nI’m really sorry about the issue with {IssueSummary}. I’m on it now.\n\nA couple quick questions so I can resolve it faster:\n1) When did you first notice it?\n2) Can you share a photo or video if possible?\n\nNext steps:\n• I’m contacting {MaintenanceContactType} now\n• Expected response time: {ETA}\n\nI’ll update you shortly."
        },
        {
          "name": "Extra Towels or Supplies",
          "shortcut": "/extratowels",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nAbsolutely — we can help with extra {RequestedItem}.\n\nOption A (fastest): You can find spares here:\n{SupplyLocation}\n\nOption B: I can arrange a delivery or top-up for {DeliveryTimeWindow}.\nJust confirm what you need:\n• Quantity: {Quantity}\n• Type (if relevant): {TypeOptions}"
        },
        {
          "name": "Early Check-in Reply",
          "shortcut": "/earlycheckin",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nThanks for asking about early check-in.\n\nHere’s the current status:\n• Standard check-in: {CheckInTime}\n• Earliest possible: {EarliestPossibleTime}\n\nIf the unit is ready earlier, I’ll message you as soon as housekeeping confirms.\nIf you arrive before then, you’re welcome to drop bags at:\n{BagDropOption}"
        },
        {
          "name": "Check-out Instructions",
          "shortcut": "/checkout",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nJust a reminder that check-out is by {CheckOutTime}.\n\nBefore you go, please:\n• Place used towels in {TowelLocation}\n• Wash any dishes or place them in the dishwasher\n• Take out trash to {TrashLocation}\n• Return keys or fobs to {KeyReturnInstructions}\n• Turn off AC and lights\n\nOnce you’ve checked out, send me a quick message and I’ll confirm everything is all good."
        },
        {
          "name": "Review Request",
          "shortcut": "/review",
          "type": "text",
          "text": "Hi {GuestFirstName}!\n\nHope you had an awesome stay at {PropertyName}. Thanks again for choosing us.\n\nIf you have 30 seconds, a quick review really helps a lot — and we genuinely read every one.\n\nAnd if anything was less than perfect, reply here privately so we can improve it.\n\nThanks,\n{HostName}"
        }
      ]
    }
  ]
}