トリガー送信(Triggered Send)の送信者プロファイルを変更・パブリッシュした後も、受信者に届くメールの送信者名・From アドレスが旧設定のままになる場合があります。
REST API の呼び出し時に From パラメーターを明示指定していると、トリガー送信に設定された送信者プロファイルより API の指定が優先されるため、この状態が発生します。
From パラメーターが含まれているかを確認し、トリガー送信の送信者プロファイルの設定を反映させる手順を実施します。From パラメーター(address や name など)が含まれているかを確認する。
例
{
"From": {
"Address": "PreviousSenderAddress@salesforce.com",
"Name": "PreviousSenderName"
},
"To": {
"Address": "example@example.com",
"SubscriberKey": "SubscriberKey00001",
"ContactAttributes": {
"SubscriberAttributes": {
"Hobby": "Basketball"
}
}
},
"Options": {
"RequestType": "ASYNC"
}
}
From パラメーターが含まれている場合、その値がトリガー送信に設定された送信者プロファイルより優先されるため、旧アドレスのまま送信される。From パラメーターの指定を削除する。[パブリッシュ変更] を実行して最新の設定を反映させる。From パラメーターを削除した場合、トリガー送信のパブリッシュ時点で設定されていた送信者プロファイルの内容が送信に適用されます。API 側で動的に送信者情報を制御したい場合は、From パラメーターを指定した上で送信者情報も更新するか、または AMPscript を使用して送信者プロファイルを動的に制御する方法を検討してください。
参考ドキュメント:POST /messaging/v1/messageDefinitionSends/{triggeredSendDefinitionId}/send
005388603

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.