Yes, you can achieve this using Zapier’s Paths feature along with filters. Start with your webhook trigger, then create Paths for each status you want to handle. You can filter one path for ‘new’, another for ‘urgent’, and have a third path for any other status. I’ve implemented this approach in several client projects, and it works effectively for differentiating actions based on the data received. Ensure that your path filters accurately match the status values. For the catch-all path, consider leaving its filter empty or using ‘does not contain’ to capture all other cases. This method allows you to manage all your conditional logic in a single zap.