Hi Team ,
We want to use the Event recycling functionality of message center . Where we want to target user's whose email's got failed but they have valid phone no's .
So we want to target those user's using SMS .
Please guide .
Regards,
Vipin
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Vipin,
It will be a complex Technical workflow, requires more efforts to write here. If you have bought the message center license from Adobe, then this comes as part of configuration from Adobe PS.
Here is the idea,
Message center execution instance supports soap web services just like any other Adobe campaign instance, and you can write a workflow to get data from execution instance for nms:rtEvent, nms:eventHisto and nms:broadLogMsg for communications sent from Executions instance
by executing query issuing soap querydef method.
Once you have this data, then you can look for the status in event history logs(nms:broadLogEventHisto) to check if that was sent or not?
Based on this status you an wrote a scheduled workflow for recycling the events.
Regards,
Amit
Views
Replies
Total Likes
Hi Vipin,
as mentioned in the official document, it is not supported ootb, you need to write a custom workflow to do that.
Regards,
Amit
Views
Replies
Total Likes
Thanks Amit . I just wanted to check how to sync RT data of non deliverable's back to marketing instance .
Views
Replies
Total Likes
Hi Vipin,
It will be a complex Technical workflow, requires more efforts to write here. If you have bought the message center license from Adobe, then this comes as part of configuration from Adobe PS.
Here is the idea,
Message center execution instance supports soap web services just like any other Adobe campaign instance, and you can write a workflow to get data from execution instance for nms:rtEvent, nms:eventHisto and nms:broadLogMsg for communications sent from Executions instance
by executing query issuing soap querydef method.
Once you have this data, then you can look for the status in event history logs(nms:broadLogEventHisto) to check if that was sent or not?
Based on this status you an wrote a scheduled workflow for recycling the events.
Regards,
Amit
Views
Replies
Total Likes