Skip to content

Commit aeacbc8

Browse files
committed
add link
1 parent 1eadaeb commit aeacbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Integration-MCP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The calls include GET, and a POST for each returned row.
118118

119119
MCP is capable of executing email directly, but we have business policies providing for email opt-outs. We must respect this logic.
120120

121-
As shown below, a common logic pattern is a `Request Object`: you insert a row, triggering its business logic. Here, the logic (an *after_flush* event) checks the opt-out, and sends the mail (stubbed):
121+
As shown below, a common [logic pattern](Logic.md#rule-patterns){:target="_blank" rel="noopener"} is a `Request Object`: you insert a row, triggering its business logic. Here, the logic (an *after_flush* event) checks the opt-out, and sends the mail (stubbed):
122122

123123
![3a-email-logic](images/integration/mcp/3a-email-logic.png)
124124

0 commit comments

Comments
 (0)