Here For Women operations

Telegram Ops Bot Review

A dedicated, owner-gated Telegram bot was built in the Hermes harness to identify address issues, queue unresolved cases for review, and run a guarded 5-minute address-processing job for Shopify orders.

Status: automation active Last verified: June 15, 2026 Store: Here For Women - Shop No customer emails sent Runs every 5 minutes

Evidence from the run

Screenshots are shown near the top for review. Customer names, emails, full addresses, and draft message text are redacted because this Cloudflare page is accessible by link.

80 Rows added to review
0 Addresses corrected
5 min Scheduled interval
Redacted screenshot of unresolved address rows added to the Google Sheet
Rows exported into Unresolved Addresses after the live run. Redactions hide customer PII while leaving order numbers, issue types, products, and export timing visible.
Screenshot of the Corrected Addresses tab configured in the Google Sheet
Corrected Addresses tab is configured for future successful corrections. It is empty because this run had no validator-backed suggestions.

What was built

Live bot

Owner-gated Telegram bot running from /Users/mayobot/hermes-harness/hfw-ops-bot with LaunchAgent supervision.

5-minute processor

LaunchAgent com.hfwops.auto-addresses scans the last 14 days every 300 seconds and records each run.

Sheet export

No-suggestion cases go to Unresolved Addresses; successful updates go to Corrected Addresses.

Bot commands

Command Purpose Safety behavior
/scan Refreshes the cached Shopify findings. Read-only.
/bad_addresses Shows likely address problems and any validator suggestion. Masks email in Telegram output.
/outreach_queue Shows unresolved cases and draft customer message text. Draft only. It does not send email.
/auto_addresses Runs the same 14-day address processor on demand. Owner-only. Same guardrails as the scheduled job.
/sync_outreach_sheet Adds unresolved no-suggestion cases to the review sheet. Dedupes previously exported orders unless forced.
/apply_address_fix Updates one Shopify shipping address when a safe normalized suggestion exists. Owner-only. Blocks partially fulfilled orders and requires write_orders.
/stale_fulfillment Reports fulfillment rows older than 48 hours, grouped by product. Read-only.

Verification summary

Current blockers before automatic address editing

Decision needed

Approve the guarded v1 workflow: keep the 5-minute processor active, review the unresolved-address tab, and enable live corrections after the write-capable Shopify token and Smarty subscription are active.