Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

How do I query the recipientIds of failed messages for a given Campaign?

Avatar

Level 3

How do I query the recipientIds of failed messages for a given Campaign? I want to be able to query the failures in the workflow and send a separate email with the failed recipientIds in the workflow, if possible. 

 

thanks

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi,

 

make a query status="as per your requirement (sent, failed, pending etc)" with your delivery label name in broadLogRcp out of box schema. 

 

Thanks,

Sumit

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hi,

 

make a query status="as per your requirement (sent, failed, pending etc)" with your delivery label name in broadLogRcp out of box schema. 

 

Thanks,

Sumit

Avatar

Level 3
Thank you sumitp11734535, this really helped!