1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/Notion/CreatePage.txt

8 lines
216 B
Plaintext

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Parent = "5dd94c34fab04bff9...";
Title = "Created by 1C";
Response = OPI_Notion.CreatePage(Token, Parent, Title);
Response = OPI_Tools.JSONString(Response);