Continuously monitored the pipeline for deals entering AML status
Eliminated manual pipeline checks throughout the day
Reduced delays before billing and compliance follow-up began
Added retry and error handling to keep monitoring running reliably
This automation was built for a sales operations team that needed a reliable way to catch every deal moving into AML status without relying on someone to keep refreshing the pipeline throughout the day. Before this, deals entering AML review could sit unnoticed for a while before anyone realized they needed billing and compliance follow-up, since checking for stage changes wasn't something a person could do continuously. Now the system checks repeatedly throughout the day for deals in AML, sorted by how recently they changed stage, and automatically hands each one off to the next stage of the process for billing and notification.
The workflow starts by checking for existing bills to avoid duplicate work, then loops through up to 100 checks with a short delay between each pass, continuously scanning for deals that have moved into AML status. It pulls the deals sorted by when they last changed stage, and a router decides whether to keep checking, stop the scenario, or handle an error and wait before retrying. Once a qualifying deal is found, the details are pulled, converted into JSON, and sent through a webhook to trigger the next scenario, which handles the actual billing and notification steps.