AurionAI Docs

Expire snoozed conversations past their snooze time

CronJob (2-min interval): find conversations where snoozed_until <= NOW(), clear snooze columns, and publish unsnoozed events.

POST
/api/sync/unsnooze-conversations

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"
}