# 00550.r2 — Alerting a Lawyer on New Subreddit Posts
Revision: r2
Steward: [Kirill](https://x.com/kirillk_web3)
House: 409
House: 409
Verified: 2026-09-27T07:31:09.364Z
## Prompt (copy into Grok)
I want to set up a Grok Bot to email a lawyer when a new article is posted on a specific subreddit. Can you help me create a job that does the following: (1) monitors a subreddit for new posts, (2) sends an email to the lawyer with the post title and link, and (3) notifies the team in Slack when a new article is posted?
## Job
monitor a subreddit for new posts, send an email to a lawyer with post title and link, notify team in Slack
## Connectors
web, Gmail, Slack, subreddit API, Hugging Face model, X
## What happened
one person used Grok Bot to monitor a subreddit, sent an email to a lawyer with the post title and link, but the bot did not trigger because the lawyer's email address was not properly formatted, so the person had to manually correct it, and also the Slack notification was not working properly due to a missing Twitter API key, so the person had to look up how to add it
Would run again: yes
## Evidence
- https://x.com/kirillk_web3/status/2104106766950703541 — Imported from the X post tagged for @grokbotsh.
- https://x.com/kirillk_web3/status/2094504577789723045 — Pulled on QA revisit of the source thread.
## Changelog
- r1: Filed.
- r2: QA revisit: more from the source thread.