I want to only zap over completed CallRail calls with a duration longer than 20 seconds (to not pass over hangups or people not leaving messages). The duration inserts numbers such as:
- 50
- but also 1m 44s
I know that there are different CallRail fields for both Duration and Formatted Duration. Right now I just have it adding the Formatted version to the notes coming over. If I also include the straight-up duration, will it tack on the “m”? Because then I don’t think I could use a filter that is “over 20”...unless it comes over in total seconds. Help?