Transactional push notifications API | Community
Skip to main content
Level 5
September 1, 2023
Solved

Transactional push notifications API

  • September 1, 2023
  • 1 reply
  • 1306 views

We urgently need to set up transactional push notifications and our architects and devs have been looking into the documentation 
https://experienceleague.adobe.com/docs/campaign-standard/using/communication-channels/transactional-messaging/transactional-push-notifications.html?lang=en

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/managing-transactional-messages.html?lang=en

However, once we were testing the API, it appeared that it is impossible to send bulk transactional messages via API, that the calls to the API are done one by one. Is there a solution to it? using sFTP and files seems like a workaround and it seems strange that adobe wouldn't be able to handle sending them in bulk. 
We are using adobe campaign standard.

Thanks in advance

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 SatheeskannaK

@fern1,

Currently, ACS doesn't provide any bulk messaging capability through API. If you have a use case submit an enhancement request.

1 reply

SatheeskannaK
Community Advisor
SatheeskannaKCommunity AdvisorAccepted solution
Community Advisor
September 6, 2023

@fern1,

Currently, ACS doesn't provide any bulk messaging capability through API. If you have a use case submit an enhancement request.

Thanks, Sathees
fern1Author
Level 5
September 7, 2023

Any alternative for transactional messaging (push) in bulk via ACS?

SatheeskannaK
Community Advisor
Community Advisor
September 7, 2023

Here are my thoughts, Consider having a file where you can have all the profiles that you want to send push messages. Using an external system that makes API calls will have to read each row from the file and make an API call ACS transactional event endpoint. One thing to consider is looking at your license on the number of engine calls (per hour) that you can make for transactional events.

Thanks, Sathees