Stop searching.
Let mentions find you.
F5Bot watches the words you choose. When it finds one, it emails you. n8n removes the email clutter and sends the useful part to Slack.
Set up an automation that turns F5Bot emails into clean Slack alerts for your team.
Someone mentioned “your brand”.
F5Bot watches the words you choose. When it finds one, it emails you. n8n removes the email clutter and sends the useful part to Slack.
Follow one mention through the whole relay. It starts when this section comes into view.
A watched keyword appears online.
Every 30 minutes, n8n looks for new email from F5Bot.
A short script pulls out the keyword, original link, and matching comment.
The three useful pieces arrive in the chosen Slack channel.
Finish and test the card in front of you. Then use the arrow to move on.
When you see this label, start a blank workflow and use Import from URL. The following cards continue inside that imported workflow.
Create a free F5Bot account and add the words you want it to watch.
Gmail is the first tool n8n touches, so connect it now.
In n8n, create a blank workflow. Open its menu, choose Import from URL, and paste this hosted URL.
/downloads/workflows/f5bot-to-slack.jsonOpen Gmail Trigger and choose the Gmail credential from card 02.
admin@f5bot.com.Run Gmail Trigger with the real F5Bot email from card 01, then open Code in JavaScript.
N/A.Slack first appears in the final step, so connect it now.
Open Send a message, select your Slack credential, then choose the channel.
{{$json.slackMessage}}.It can fetch, check, customize, and import the workflow. You still handle private logins and choose when it goes live.
Start a new Codex task inside it.
Codex prepares the safe importer.
You remain in charge of OAuth and activation.
Workflow fetching · placeholder changes · importer code · validation · test plan
Secrets · Gmail sign-in · Slack sign-in · activation · the final channel
Build the “F5Bot mention to Slack alert” automation for me.
SOURCE OF TRUTH
- Guide: {{SITE_ORIGIN}}/automations/f5bot-to-slack
- Workflow: {{SITE_ORIGIN}}/downloads/workflows/f5bot-to-slack.json
HOW TO WORK
1. Read the guide and hosted workflow before changing anything.
2. Create a short AGENTS.md with the plan, build/test commands, and the rule that secrets must never enter source files or chat.
3. Ask me only for the non-secret choices you need: keywords to watch, polling interval, and Slack channel name.
4. Create .env.example with only N8N_BASE_URL and N8N_API_KEY. Tell me to put real values in .env myself. Never print or commit them.
5. Fetch the hosted workflow. Keep the Gmail sender filter as admin@f5bot.com, keep raw email output on, and replace only safe placeholders such as the Slack channel.
6. Create a small TypeScript importer that can send the workflow to my n8n instance when the environment variables are present. Keep the imported workflow inactive.
7. Validate the JSON, scan it for secrets and personal data, and show me the planned changes.
8. Ask for confirmation immediately before calling my n8n instance. Do not create credentials, connect OAuth, or activate the workflow automatically.
9. After import, walk me through connecting Gmail and Slack myself. Then help me test with one real F5Bot email before activation.
DONE MEANS
- One inactive workflow exists in n8n.
- Gmail reads only F5Bot alerts.
- The Code node returns keyword, link, comment, and slackMessage.
- Slack points to the channel I chose.
- One test alert arrives without exposing a secret.
Start by summarizing the plan and asking for my keywords, polling interval, and Slack channel name.Run it inside a fresh project folder.
Let Claude plan before it edits.
Keep network writes and logins manual.
Workflow fetching · placeholder changes · importer code · validation · test plan
Secrets · Gmail sign-in · Slack sign-in · activation · the final channel
Build the “F5Bot mention to Slack alert” automation for me using Claude Code.
SOURCE OF TRUTH
- Guide: {{SITE_ORIGIN}}/automations/f5bot-to-slack
- Workflow: {{SITE_ORIGIN}}/downloads/workflows/f5bot-to-slack.json
HOW TO WORK
1. Begin in plan mode. Read the guide and hosted workflow before editing.
2. Create a short CLAUDE.md with the plan, build/test commands, and the rule that secrets must never enter source files or chat.
3. Ask me only for the non-secret choices you need: keywords to watch, polling interval, and Slack channel name.
4. Create .env.example with only N8N_BASE_URL and N8N_API_KEY. Tell me to put real values in .env myself. Never print or commit them.
5. Fetch the hosted workflow. Keep the Gmail sender filter as admin@f5bot.com, keep raw email output on, and replace only safe placeholders such as the Slack channel.
6. Create a small TypeScript importer that can send the workflow to my n8n instance when the environment variables are present. Keep the imported workflow inactive.
7. Validate the JSON, scan it for secrets and personal data, and show me the planned changes.
8. Ask permission before every network write and immediately before calling my n8n instance. Do not create credentials, connect OAuth, or activate the workflow automatically.
9. After import, walk me through connecting Gmail and Slack myself. Then help me test with one real F5Bot email before activation.
DONE MEANS
- One inactive workflow exists in n8n.
- Gmail reads only F5Bot alerts.
- The Code node returns keyword, link, comment, and slackMessage.
- Slack points to the channel I chose.
- One test alert arrives without exposing a secret.
Start by showing the plan and asking for my keywords, polling interval, and Slack channel name.
Tell me which card you are on, what you expected, and what happened instead. A screenshot of the n8n run helps too.
Message hi@prateekm.com ↗