Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Transactional Messaging

Avatar

Level 2

Can we replicate the feature of <pushevents> in ACS. I want to trigger series of events in the same request. Can it be done in ACS?

 

Thanks!!

Vikash

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Vikash,

 

it's not possible to send multiple events in one call. Have you considered creating a Project Firefly [1] app for this use case? You could create a small app that takes a multi-event payload as input, splits it up in multiple objects and sends separate calls to ACS for each (using the Adobe I/O Adobe Campaign Standard SDK [2]). 

 

Best regards, Tobias

 

[1] https://www.adobe.io/apis/experienceplatform/project-firefly.html

[2] https://github.com/adobe/aio-lib-campaign-standard 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Vikash,

 

it's not possible to send multiple events in one call. Have you considered creating a Project Firefly [1] app for this use case? You could create a small app that takes a multi-event payload as input, splits it up in multiple objects and sends separate calls to ACS for each (using the Adobe I/O Adobe Campaign Standard SDK [2]). 

 

Best regards, Tobias

 

[1] https://www.adobe.io/apis/experienceplatform/project-firefly.html

[2] https://github.com/adobe/aio-lib-campaign-standard 

Avatar

Level 2
Thanks Tobias. I haven;t tried the firefly yet. I will do soon. Thanks!!