File map

  • main.tsx — email handler. Receives Render deploy-failure emails forwarded from Gmail, verifies the sender (Render <no-reply@render.com>), and posts the alert to the eng Slack channel as the townie bot via chat.postMessage. Shares townie's bot creds with valdottown/townie-slackbot.
  • README.md — project overview.
  • AGENTS.md — this file.

Env vars

  • SLACK_BOT_TOKEN — townie's Bot User OAuth token (xoxb-...), same as valdottown/townie-slackbot. Injected via the attached "Townie Slackbot" env group (id 8afacbba-1981-4e9b-9f3b-5c34b09995a7) on the valdottown org. The bot must be a member of the eng channel.

Hardcoded channel

  • The eng channel ID C0BNF82SDAS (org T04MJLS1WNT) is hardcoded in main.tsx. If the channel ever changes, update it there.