Skip to content

Add Content to Page

This component helps you easily add information to your Notion pages directly from within the Nappai automation system. It takes text written in Markdown and automatically converts it into the correct format for Notion.

Relationship with Notion

This component interacts directly with the Notion API. This means it needs your Notion API credentials to access and update your Notion pages. Nappai securely handles these credentials.

Inputs

  • Markdown Text: This is where you enter the text you want to add to your Notion page. You can use Markdown formatting (like headings, bold text, lists, etc.) to style your text. See [Markdown Cheatsheet](link_to_markdown_cheatsheet_here - replace with actual link) for help with Markdown formatting.
  • Page/Block ID: This is a unique identifier for the specific Notion page or block where you want to add your text. You can find this ID in the Notion page URL. It usually looks like a long string of characters.
  • Credential: This input selects the Notion API credentials you’ve already set up in Nappai. This allows the component to connect to your Notion account.

Outputs

The component returns a message indicating whether the text was successfully added to your Notion page. If there’s an error (like an incorrect Page/Block ID or problem with your Notion connection), you’ll see an error message.

Usage Example

Let’s say you want to add a meeting summary to your Notion “Team Meetings” page.

  1. In the “Markdown Text” input, enter your summary using Markdown:

    `# Team Meeting Summary - October 26, 2023

    Attendees: John, Jane, Peter

    Key Decisions:

    • Project X deadline extended to Nov 15th.
    • New marketing campaign approved.`
  2. In the “Page/Block ID” input, paste the ID of your “Team Meetings” Notion page.

  3. Select your Notion credentials from the “Credential” dropdown.

  4. Click “Run”. Nappai will add your formatted summary to your Notion page.

Templates

This component is used in many Nappai automation flows. You can find it in templates related to:

  • Notion content updates
  • Automated meeting note logging
  • Data reporting to Notion

(Add specific template names and links if available)

  • OpenAI Function Agent: This component can generate text summaries or reports that you can then feed into the “Add Content to Page” component.
  • Other Data Components: Many other components in Nappai can prepare data (e.g., extract information from emails, spreadsheets, etc.) which can then be formatted and added to Notion using this component.

(Add links to other relevant components as needed)

Tips and Best Practices

  • Double-check your Page/Block ID to ensure it’s correct. An incorrect ID will prevent the component from working.
  • Use Markdown formatting to make your Notion entries look professional and organized.
  • Test your automation flow with a small amount of data before running it on a large dataset.

Security Considerations

Nappai securely stores your Notion API credentials. Never share your credentials with anyone. Always review the permissions granted to the Nappai application within your Notion settings.