Skip to main content
john_apple
Expert ⭐️
October 1, 2019

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

  • October 1, 2019
  • 1 reply
  • 58 views
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
    Expert ⭐️
    October 1, 2019
    Super cool. Thanks for sharing!