App Logo
skool.com

get_dms_inbox

List the direct-message conversations in the signed-in Skool account's inbox, newest activity first. Returns per conversation the other participant's display name, profile handle and profile URL, the last message's text and time, whether it is unread and how many unread it holds, and whether the last message was sent by the account itself. Skool scopes messaging per account rather than per community, so this covers every community the account belongs to. Note: Skool's DM surface is a flyout with no addressable per-conversation URL (/chat, /chats and ?c= all redirect to the group page), so conversations expose the participant's profileUrl rather than a thread link. Throws if the account is signed out, rather than reporting an empty inbox.

Input

limit optional

How many conversations to return, newest activity first.

Default: 25

Output

count required

Number of conversations returned.

complete required

True when the whole inbox was returned (not truncated by limit).

conversations required

FAQ

List the direct-message conversations in the signed-in Skool account's inbox, newest activity first. Returns per conversation the other participant's display name, profile handle and profile URL, the last message's text and time, whether it is unread and how many unread it holds, and whether the last message was sent by the account itself. Skool scopes messaging per account rather than per community, so this covers every community the account belongs to. Note: Skool's DM surface is a flyout with no addressable per-conversation URL (/chat, /chats and ?c= all redirect to the group page), so conversations expose the participant's profileUrl rather than a thread link. Throws if the account is signed out, rather than reporting an empty inbox.
Optional: limit.
It returns count, complete, conversations.
Yes. It acts as you on skool.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the skool.com cookies saved by the Reduck extension.
It only reads. It looks things up on skool.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/skool.com/get_dms_inbox, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/skool.com/get_dms_inbox
It is part of Reduck's official curated catalogue.

Start building not clicking