Skip to content

Instantly share code, notes, and snippets.

@fadingpisces
Created October 20, 2021 10:28
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 fadingpisces/eb9c5315bd31c20a54fd31cbe5565983 to your computer and use it in GitHub Desktop.
Save fadingpisces/eb9c5315bd31c20a54fd31cbe5565983 to your computer and use it in GitHub Desktop.
{
"parent": {
"database_id": "YOUR_DATABASE_ID"
},
"properties": {
"Name": {
"title": [
{
"text": {
"content": "your name"
}
}
]
},
"Country": {
"rich_text": [
{
"type": "text",
"text": {
"content": "your country"
}
}
]
},
"Email": {
"email": "your@email.com"
},
"Subscription": {
"multi_select": [
{
"id": "XXXX",
"name": "Sub 1",
"color": "blue"
},
{
"id": "XXXX",
"name": "Sub 2",
"color": "red"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment