Hi @sharma_nik ,
Unfortunately, I think you might not be able to extract the SMPP responses with the help of post-processing workflows.
But in regards to your requirement, in Adobe Campaign Classic, to link SR with their corresponding MT, an ID is returned by the SMSC with the SUBMIT_SM_RESP and DELIVER_SM steps. The identifier is stored in the providerId field of the nms::providerMsgId table and is linked to broadLogId and deliveryId. This matching operation is done by the SMS process when writing to the database. A successful SUBMIT_SM_RESP PDU triggers the “sent” message status in the sending log while a successful DELIVER_SM (SR) PDU triggers the “received” message status.
So, you can refer to this table to extract the information for the SMPP responses.
For source and additional information: here
Br,
Shubham