- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi szymons,
Yes, you can do it the same way as MessageCenter does for transactional messages rtEvents.
https://docs.campaign.adobe.com/doc/AC/en/MCE_Introduction_Event_description.html
Your custom SOAP method can be written in Javascript or in JSSP, see documentation.
You can use either XML format or JSON format for global parameters (or other formats but not recommended).
For your recipient-id list, you could only use comma delimited strings for every recipient id and use Javascript split function, but I recommend you to use JSON syntax (JSON.stringify and JSON.parse), so you will get an array for your recipientId list.
Then, if you don't use MessageCenter, please call the API JS method nms.delivery.SubmitNotification with a continuous delivery instead a normal or recurrent delivery and its SubmitDelivery API, in order to improve performance and management.
Regards
J-Serge