Skip to content

Instantly share code, notes, and snippets.

@amorev
Created October 26, 2021 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amorev/3ab91517f2022af52a2a614ec0b25999 to your computer and use it in GitHub Desktop.
Save amorev/3ab91517f2022af52a2a614ec0b25999 to your computer and use it in GitHub Desktop.
{
parent: {
database_id: taskDB
},
properties: {
Name: {
type: "title",
title: [
{
type: "text",
text: {
content: title
}
}
]
},
TGAuthor: {
type: "rich_text",
rich_text: [
{
type: "text",
text: {
content: tgAuthor
}
}
]
},
Status: {
type: "select",
select: {
name: 'Backlog'
}
},
Source: {
type: "select",
select: {
name: 'Telegram'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment