reddit.onNewModQueueItem start when Automate.ax first observes a post or comment in a subreddit moderation queue.
automations/reddit-on-new-mod-queue-item.automation.ts
Configuration
Setsubreddit to the community name without r/. Use optional account to select a named Reddit binding.
Event
Returns{ kind: "post", post } or { kind: "comment", comment }. The connected account needs Reddit’s read scope and suitable moderator permissions for the subreddit.
Automate.ax polls once per minute. It establishes a baseline when the trigger becomes active and emits only items observed afterward. Temporary provider failures retry; missing permissions or inaccessible subreddits appear as a trigger reconciliation error.