Public API で
link_preview
ブロックと rich_text
のメンションをサポートした。以前は、 unsupported
を返していて、rich_text
はスキップしていた。ただし、link_preview
は取得のみで、API を経由して作成することはできない。notion-tools-alfred-workflow
hkob • Updated May 2, 2025
取得した JSON はこちら。unsupported よりはよいが、取得できるだけなのであまり使い道はないかも。
{ "object": "block", "id": "5e06b0d6-2630-4cb0-87c0-6879468e8695", "created_time": "2021-11-11T02:45:00.000Z", "last_edited_time": "2021-11-11T02:47:00.000Z", "has_children": false, "archived": false, "type": "link_preview", "link_preview": { "url": "https://github.com/hkob/notion-tools-alfred-workflow" } }
Notion API Changelog まとめ