Skip to main content
Koki_Enomoto
Level 3
July 27, 2018

メールプログラムにおいて、複数の条件を指定して、条件に合ったメールを送りたい(In a mail program, I want to specify multiple conditions and send a mail that meets the conditions.)

  • July 27, 2018
  • 2 replies
  • 88 views

【日本語/Japanese】

メールを送る際に、以下のようにメールプログラムを作ってメールを送ることを考えます。

mailAとmailBという2種のメールがあり、リードの条件に合ったメールを送りたいです。

(例)リードが病院で働いている(Number of bedが20以上)であればmailAを送る、リードがクリニックで働いている(Number of bedが19以下)であればmailBを送る。

この場合、デフォルトのプログラム上でキャンペーンを設定すれば可能ですが、メールプログラムで条件を指定して2種のメールを送ることは可能でしょうか?

【英語/English】

When sending mail, consider creating a mail program and sending mail as follows.
There are two types of mails, mailA and mailB, and I want to send mails that match the conditions of the lead.
(Example) If the lead is working in a hospital (number of bed is more than 20) send mailA, if lead is working in clinic (Number of bed is 19 or less) send mailB.

In this case, it is possible by setting a campaign on the default program, but is it possible to send two kinds of mail by specifying conditions in the mail program?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Yuya_Koyanagaw2
Level 2
July 30, 2018

メールプログラムでは送信するメールを1つしか指定できないため、

1つのメール内の文面をリードの条件に応じてmailA or mailBと切り替えてみてはどうでしょうか。

Number of bedが20以上と19以下の2セグメントを作成して

セグメンテーションを作成する - Japanese - Product Documentation

セグメントの条件を基にメールを2パターンに書き分けることが可能です。

メールにダイナミックコンテンツを使用する - Japanese - Product Documentation

Taishi_Yamada
Level 6
July 31, 2018

@Koki Enomoto さん、こんにちは

すでに@Yuya Koyanagawa さんが回答されているので、手法はそちらとして。。。

>>デフォルトのプログラム上でキャンペーンを設定すれば可能ですが

ちなみに、Email Programの利用にこだわる理由は何かありますか?(私なら普通にProgram配下にSmart Campaign2発ならべて送りますね。。。その方が他のユーザーが見た時分かりやすいんで。。。)

-Yamada