メール内のリンククリックの内容を通知したい | Community
Skip to main content
New Participant
March 14, 2025
Solved

メール内のリンククリックの内容を通知したい

  • March 14, 2025
  • 2 replies
  • 1016 views

こんにちは。以下、ご知見のある方にお伺いしたいです。

 

複数のリンクを設置したメールにおいて、どのリンクがクリックされたのかを社内向けにメールで通知したいのですが、設定方法が分かりません。

なお、リードがいずれかのリンクをクリックしたことをトリガーにするスマートキャンペーンを設定することを想定しています。

 

Best answer by SanfordWhiteman

First thing to realize is your clicks will not all be from humans. Many, perhaps most, will be from automated mail scanners. 

 

If you’re comfortable with that, then:

  • trigger on Clicks Link in Email
  • include the special token {{trigger.Link}} in the alert email
  • send the alert using the Send Alert flow step 

2 replies

Darshil_Shah1
Community Manager
March 16, 2025

上記に加えて、すべてのメールに対してこの設定を適用するのは避けた方がよいでしょう。リンクがクリックされるたびに個別の通知が送信され、通知が多くなりすぎる可能性があるためです。もし導入する場合は、特定のメールに限定することをおすすめします。また、ボットフィルタリングを有効にしていない場合は、必ず有効化してください。

New Participant
March 20, 2025

補足のご回答いただきありがとうございました!

お教えいただいた設定についても見直しました。

Darshil_Shah1
Community Manager
March 20, 2025

どういたしまして 🙂

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
March 14, 2025

First thing to realize is your clicks will not all be from humans. Many, perhaps most, will be from automated mail scanners. 

 

If you’re comfortable with that, then:

  • trigger on Clicks Link in Email
  • include the special token {{trigger.Link}} in the alert email
  • send the alert using the Send Alert flow step 
New Participant
March 20, 2025

ご回答いただきありがとうございました!

お教えいただいた設定により、解決しました。