App Logo
app.notion.com

Invite workspace member (Notion)

Invite someone to a Notion workspace by email, with a chosen role and built-in verification. Records the People page before and after, returning invited / verified — proof the invite actually landed. dryRun (default true) fills the invite form and cancels without sending; set it to false to actually send the invite. Role defaults to "Restricted member" (available on all plans); "Workspace owner" is also supported. The "Member" role requires a paid Notion Plus plan and is rejected up front rather than silently opening a billing/upgrade dialog. Acts on the workspace currently active in the browser, so there is no workspace name to pass. Requires being signed into Notion with permission to invite members.

Input

email required

Email address to invite

role optional

Role to grant. Default "Restricted member". "Member" is not supported here — it requires a paid Notion Plus plan/seat and would otherwise open a billing dialog.

dryRun optional

If true (default), fills the invite form then clicks Cancel without sending. Set false to actually send the invite.

message optional

Optional note to include with the invite

Output

role required
sent required
email required
dryRun required
after optional
found optional
before optional
foundIn optional
verifiedNoInvite optional

FAQ

Invite someone to a Notion workspace by email, with a chosen role and built-in verification. Records the People page before and after, returning invited / verified — proof the invite actually landed. dryRun (default true) fills the invite form and cancels without sending; set it to false to actually send the invite. Role defaults to "Restricted member" (available on all plans); "Workspace owner" is also supported. The "Member" role requires a paid Notion Plus plan and is rejected up front rather than silently opening a billing/upgrade dialog. Acts on the workspace currently active in the browser, so there is no workspace name to pass. Requires being signed into Notion with permission to invite members.
Required: email. Optional: role, dryRun, message.
It returns role, sent, after, email, found, before, dryRun, foundIn, verifiedNoInvite.
Yes. It acts as you on app.notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.notion.com cookies saved by the Reduck extension.
It makes changes on app.notion.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/app.notion.com/add_member, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.notion.com/add_member
It is part of Reduck's official curated catalogue.

Start building not clicking