Slackbot
11/09/2023, 6:21 PMTom
11/10/2023, 2:07 PMmatchesJsonPath
along with one of the date matchers.
Something alone these lines:
"bodyPatterns": [
{
"matchesJsonPath": {
"expression": "$.completedDate",
"equalToDateTime": "2023-01-01",
"truncateActual": "first day of month"
}
}
]