Skip to main content

How to set Programs with a query to send once per quarter

  • October 1, 2019
  • 1 reply
  • 52 views

john_apple
Forum|alt.badge.img+5
We had a need to send an email to certain accounts at the end of the quarter but currently Journey Orchestrator only allows for at most a monthly sync for a query.



Within the filter, you can allow participants to be added to the Program once every 90 days but that wouldn't prevent a new contact on the account from getting an email mid-quarter.



To solve this, we could have just run a new Program every end of quarter but instead I build one Program to run continuously using a query and included a couple transformation tasks to find the Last Day of the Quarter based off an Opportunity record's Close Date.



Then another transformation task to filter only if the Last Day of the Quarter equals Rule Date. Thus, the Program syncs on the last day of the month but only on the last day of the quarter are Participants added into the Program.



1 reply

karl_rumelhart
Forum|alt.badge.img+4
Super cool. Thanks for sharing!