mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
26 lines
1011 B
Plaintext
26 lines
1011 B
Plaintext
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
|
Parent = "5dd94c34fab04bff986b7511c0779f77";
|
|
Title = "TestTitle";
|
|
|
|
Properties = New Map;
|
|
Properties.Insert("Name" , "title");
|
|
Properties.Insert("Description" , "rich_text");
|
|
Properties.Insert("Number" , "number");
|
|
Properties.Insert("Status" , "status");
|
|
Properties.Insert("CreationDate" , "date");
|
|
Properties.Insert("Image" , "files");
|
|
Properties.Insert("Active" , "checkbox");
|
|
Properties.Insert("Website" , "url");
|
|
Properties.Insert("Email" , "email");
|
|
Properties.Insert("Phone" , "phone_number");
|
|
Properties.Insert("User" , "people");
|
|
|
|
ValueSelection = New Map;
|
|
ValueSelection.Insert("New" , "green");
|
|
ValueSelection.Insert("InProgress" , "yellow");
|
|
ValueSelection.Insert("Remote" , "red");
|
|
|
|
Properties.Insert("Status", ValueSelection);
|
|
|
|
Result = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties);
|