You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append markdown content to the end of a Notion page using either the page's ID or title.
237
+
238
+
**Parameters**
239
+
240
+
-**`page_id_or_title`**_(string, required)_ The ID or title of the page to append content to.
241
+
-**`content`**_(string, required)_ The markdown content to append to the end of the page.
242
+
216
243
## Auth
217
244
218
245
The Arcade Notion toolkit uses the [Notion auth provider](/home/auth-providers/notion) to connect to users' Notion accounts.
@@ -221,4 +248,4 @@ With the hosted Arcade Engine, there's nothing to configure. Your users will see
221
248
222
249
With a self-hosted installation of Arcade, you need to [configure the Notion auth provider](/home/auth-providers/notion#configuring-notion-auth) with your own Notion app credentials.
0 commit comments