Questions tagged [notion]
97 questions
0
votes
0 answers
Is there a markdown to use the Dropox integration in Notion?
I want to generate a Notion page containing a document preview from my dropbox account.
I need to write a markdown file that will be imported into Notion, but I don't know if there is such a Markdown instruction in the Notion Markdown.
Of course, if…

Mario Daglio
- 108
- 9
0
votes
0 answers
set the notification for Slack's notion app
notion page image
slack apps image
like the image above, I connected Slack and Notion.
I'm getting a notifications for all the changes on the linked Notion page.
but I only want the notification to come when I'm on a mention.
how can I do?

HotPink
- 1
- 1
0
votes
0 answers
How to create short incremental Unique IDs for content database in Notion
I'm struggling with finding the correct answer for incrementally increasing unique ids. I'm creating a database to create a content database inside Notion.
I want to create something similar to this video - https://youtu.be/60d1yusIadc - in Airtable…

EliCollins
- 79
- 1
- 8
0
votes
0 answers
Javascript API connection to Notion database not right
I'm not a developer but am trying to connect data entered into a Notion database with an Equals spreadsheet. I've written a preliminary connection by using help from Chat GPT 3 but something's not right. Can someone please help?
Here is what I…

Abbey
- 1
0
votes
0 answers
Is there a way to update a Notion block so it adds another elemtent inside ["paragraph"]["text"]?
I want to be able to update a Notion block in a way that it adds a piece of text when it finds a bolded word. I want it in this way:
This text is important for some reason.
The text before running the code.
This text is important(1) for some…

Sanval
- 1
0
votes
0 answers
Possible Notion API bug - Can't create Database Page with URL data
I have a Notion database that I'm trying to write to via the API.
I can write to text fields, but when I try to write to a URL field, I receive the following error:
{
"object": "error",
"status": 400,
"code": "validation_error",
…

jtimmins
- 367
- 3
- 13
0
votes
0 answers
ModuleNotFoundError No module named 'notionpy'
I try to sync notion database with google sheet by Visual studio code with this script
1 from __future__ import print_function
2 import pickle
3 import os.path
4 from googleapiclient.discovery import build
5 from google_auth_oauthlib.flow…
0
votes
0 answers
Query Notion Database failed with shared integration
I been working on a project in which I am trying to connect the Notion Database to my iOS app. I am having issues with sending post request to the database with shared integration token and see if I can get the responses.
I keep getting 404 not…

dezzzy
- 1
0
votes
0 answers
Tag a person when a property value change on a table
I would like to know if there is any way to @ someone on a Notion table only when the tag on a Select Property change (for example tag someone when the tag move from "Currently writing" to "Writing Done").
Hope you guys understand what I'm asking…

nonomg
- 9
- 4
0
votes
1 answer
Trouble converting a text string to date in Notion
I'm trying to convert a text string into a date in Notion to build a birthday reminder system in my database.
Bigger picture, I want a database view with the birthdays that are coming up in the next month. Some people I know their actual date of…

Tim Courtney
- 1
- 1
0
votes
0 answers
Possible to add custom CSS styles to a Mac app like Notion?
Notion recently added an obnoxious :focus outline to their table cell rows, and I was wondering if it was possible to add some custom CSS to the desktop Mac app, so that I could remove it?

AO Folts
- 499
- 1
- 4
- 12
0
votes
0 answers
Notion API : "API token is invalid" on production (Vercel)
I am working on a web platform using Nuxt 3 and Notion as my backend through the official API. I use it through this SDK : https://www.npmjs.com/package/@notionhq/client
Everything is working great on localhost:3000 but when I deploy my website to…
0
votes
0 answers
Can't POST new page through notion API in Apple Shortcuts
My objective is create a shortcut to add new page within a database, a children inside the parente database, in another words.
I read the notion docs and made some tests using Postman and worked well.
The cURL used by Postman:
curl --location…
0
votes
0 answers
How to create a match function in Notion
Following use case:
We are preparing all our e-mail materials within Notion. We also have a list with "Spam" trigger words. This list is a database because it is always expanding. Now I want to create a function, which matches to content or subject…
0
votes
0 answers
Change symbol in tradingview embed code so that different embeds have different symbol names
I am using the tradingview embed with notion. On notion I have different pages for different stocks and i am embedding it there. I am then changing the embed to reflect the particular stock. However, when I am closing the page and coming back to it,…

Raja
- 1