Transactional Messaging | Community
Skip to main content
Level 2
September 2, 2020
Solved

Transactional Messaging

  • September 2, 2020
  • 1 reply
  • 1542 views

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

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

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 

1 reply

Tobias_Lohmann
Adobe Employee
Tobias_LohmannAdobe EmployeeAccepted solution
Adobe Employee
September 3, 2020

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 

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