Question
TCS
GB
Last activity: 15 Jul 2020 14:16 EDT
Extracting Email treatment to file by executing Campaign
In our project, treatments for email campaign are created in Pega. However ,we are not using OOTB capability to send Emails. We have to generate a file which should contain the email body and receiver email address and send it to communication gateway. Communication gateway will be sending email to Customers.
Though Pega provides write to file feature in offer flow, we don't see any option to write email body in file treatment rule.
In Pega 7.x version when we execute a email campaign , email content is generated in pr_data_corr_email(pyBody) table. But in Pega8.4 version it is not doing the same.
How can we achieve this ?