How do I query the recipientIds of failed messages for a given Campaign? | Community
Skip to main content
New Participant
May 1, 2020
Solved

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

  • May 1, 2020
  • 1 reply
  • 4360 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sumitp11734535

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

1 reply

sumitp11734535Accepted solution
New Participant
May 2, 2020

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

New Participant
May 11, 2020
Thank you sumitp11734535, this really helped!