Create Commands
Create commands let people fill out a short Discord form or start from an existing Discord message, then create a Notion task, page, bug report, or support ticket without leaving the channel. After setup, NotiCord starts you with /create-page for creating basic shared pages.
Pick the right source
| Source | Best fit |
|---|---|
| Choose in Discord | The same command should work against different parent pages at run time |
| Selected database | Structured intake where every submission belongs in one database |
| Selected parent page | One fixed project page, docs area, or page tree |
Build a good first command
- Open Discord Commands and stay on the Create commands tab.
- Edit
/create-page, or click Add command for another create flow. - Name the command, choose the source, and keep the slash command short and obvious.
- In Create modal, keep only the fields people can answer from Discord.
- In Created item content, show only the fields people still need after submit.
- Create the command, or click Save draft if you need to finish setup later. Once the command is created, test it with realistic data in Discord.
Create from a Discord message
When Create from selected messages is enabled on a fixed-source command, people can right-click or long-press a Discord message and choose the create command from the message actions menu. NotiCord drafts a full details card from the message text, link, timestamp, author, and supported attachments, then lets the person either Create immediately or open Edit & Create to adjust the fields first. Selected-message attachments are uploaded into the created Notion page only when the command includes the Attachments field.
Choose in Discord commands stay slash-only because the parent page must be chosen when the command runs.
Keep it lightweight
- Lead with the title so people know what they are creating.
- Keep required fields to the minimum that still makes the new page useful.
- If people need follow-up work, use the result card, quick actions, or a private thread instead of a bloated modal.
Need limits or exact behavior? Open Create Commands. If commands are missing or failing, use Commands are missing or failing.