Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _guides/bots/detect-automated-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jumbotron:

# Introduction

One of the most common bot behaviors in Cerb is [sending an automatic reply](/guides/bots/send-automatic-replies/) back to the sender of a new message. This is a good practice, because it confirms your receipt of a client's message, and it lets them know what to expect in terms of your support hours, SLA obligations, etc.
One of the most common bot behaviors in Cerb is [sending an automatic reply](/workflows/cerb.auto_responder/) back to the sender of a new message. This is a good practice, because it confirms your receipt of a client's message, and it lets them know what to expect in terms of your support hours, SLA obligations, etc.

However, on occasion, a new message that you just received is itself an automatic reply from somewhere else. You should avoid sending an automatic reply back to it. At best, it's pointless and won't be read by a human. At worst, two misbehaving bots can endlessly send auto-replies back and forth to each other, creating a _mail loop_.

Expand All @@ -46,7 +46,7 @@ This example should catch most automatic responses, but you can continue to expa

<div class="cerb-box note">
<p>
In Cerb 8.0+ you can <a href="/packages/auto-reply-bot/">import the Auto-Reply Bot package</a> instead.
In Cerb 11.0+ you can <a href="/workflows/cerb.auto_responder/"> use the Auto-Response Workflow</a> instead.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _workflows/cerb.auto_responder.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflow:
built_in: yes
permalink: /workflows/cerb.auto_responder/
redirect_from:
- /packages/autoreply-bot/
- /packages/auto-reply-bot/
- /guides/bots/send-automatic-replies/
jumbotron:
title: Auto Responder
Expand Down