Expire snoozed conversations past their snooze time
CronJob (2-min interval): find conversations where snoozed_until <= NOW(), clear snooze columns, and publish unsnoozed events.
CronJob (2-min interval): find conversations where snoozed_until <= NOW(), clear snooze columns, and publish unsnoozed events.
Response Body
application/json
curl -X POST "https://loading/api/sync/unsnooze-conversations"{
"results": {},
"status": "string"
}