Solved! Go to Solution.
Views
Replies
Total Likes
Hi @RodrigoFe2 ,
The @type in Administration/Campaign Management/Non deliverables Management/Mail rule set represent the channel type (Email / SMS / phone / etc..)
To get hardbounce or softbounce, Query address schema as,
Error reason (@quarantineReason) is included in <select all Hard bounce reasons from below list> to get hard bounce addresses;
and filter - Error reason (@quarantineReason) is included in <select all Soft bounce reasons from below list> to get Soft bounce addresses;
OR
Query broadLogRcp schema, and apply filtering condition as:
[msg/@failureType] equal to Hard / Soft
Hi @RodrigoFe2 ,
The @type in Administration/Campaign Management/Non deliverables Management/Mail rule set represent the channel type (Email / SMS / phone / etc..)
To get hardbounce or softbounce, Query address schema as,
Error reason (@quarantineReason) is included in <select all Hard bounce reasons from below list> to get hard bounce addresses;
and filter - Error reason (@quarantineReason) is included in <select all Soft bounce reasons from below list> to get Soft bounce addresses;
OR
Query broadLogRcp schema, and apply filtering condition as:
[msg/@failureType] equal to Hard / Soft
Hi Rodrigo.
The short answer is yes, you can differentiate using the Type field. That said, if you are trying to pull a list of recipients, you could simply query the nms:broadlogrcp table using a workflow and including some additional fields from the nms:broadlogmsg table. You can see this information by either going to the broadlogrcp table itself or running a query via a workflow and then configuring the list to display the "Failure Type" from the broadlogmsg table.
Regards,
Craig
create a query on your broadlogs and you can use failure type field
Thanks,
David
Views
Likes
Replies
Views
Likes
Replies