내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

ACS - Transactional Message Issue - enrichment

Avatar

Level 5

I have a field to identify a group of records.

I have four profiles with this group ID in a custom field in the Profile feature.

My goal is to identify these profiles using enrichment features in the respective event configuration.

My problem is. Why despite having four profiles identified with this group ID, why can I only receive email for one profile. Each profile has its own email address.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

By design, each event can only be related to a single profile.

Thus sending multiple E-Mails for 1 event is unfortunately not possible in Campaign Standard.

 

You might use a workflow and follow-up mails to send the other 3 mails but that won't be real-time then

원본 게시물의 솔루션 보기

5 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

By design, each event can only be related to a single profile.

Thus sending multiple E-Mails for 1 event is unfortunately not possible in Campaign Standard.

 

You might use a workflow and follow-up mails to send the other 3 mails but that won't be real-time then

Avatar

Level 5
Hi Ramon, thanks for your response. But I have not found anything in the documentation on this type of limitation. Do you know any Adobe's reference link so I can analyze?

Avatar

Employee Advisor
I checked and indeed also did not find anything in the documentation. For transactional messages, anything added via the Enrichment config will be a 1-cardinality link

Avatar

Level 5
Hi Ramon, thank you for your feedback. H nice weekend!

Avatar

Level 5

But I have not found anything in the documentation on this type of limitation. Do you know any Adobe's reference link so I can analyze? Too many thanks!

 

If Acs really can not do that. I think of two other ways to make that sending mail:

* First, use the calling workflow by external signal. But this solution can allow a call every 10 minutes.

* And the other solution, I do not like it, is to create a table to save information and call the workflow through the API service. But this option I have possibility using the EAI, to build a solution more like a real-time event.

 

Let me know