How to keep format of page content from notion to post on X using Buffer?

Hi everyone,

I have been struggled for a few days to find a solution for this.

I want to create a workflow to automate my post on X using Notion and Buffer. I want to get content from this page and use it to post on X but when I use Text aggregator, the output missing the first line from the page.

And the text in output is not the same structured as in the notion page. You can see the differences from the output in the photo.

May I ask how can I fix this please?

Thank you

Hi Lucas,

You could try using Notion MCP + Make AI. Like so:

  1. Notion MCP - Fetch (map page_id from your “Get database item” module)
  2. Make AI Tools - Request Anything (or use Claude/OpenAI/other LLM). Prompt I used in my tests (it worked, but may need adjustments and additional tests): “Extract content from {{1.parsedResult.text}}. Content starts with and ends with . Only output the content. No HTML tags”