Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
93 views

I made a project to update some Notion tables automatically. By runing this code: # Get page(s) from given instance def PegarPaginas(index_instancia: int, n_paginas: int = 1): url = f"https://...
1 vote
0 answers
57 views

I'm working on a Rust integration with the Notion API, which expects page properties in the form of a HashMap<String, PropertyValue>. To avoid writing repetitive boilerplate for each struct, I’d ...
julien's user avatar
  • 160
0 votes
1 answer
80 views

I am making Webhook in Notion and I'm using Python FastAPI Library. Here is my code, router.py: router = APIRouter() @router.post("/webhook") async def handle_webhook(request: Request): ...
NeW's user avatar
  • 57
0 votes
1 answer
172 views

I am making a personal project using Notion API and I noticed that they've implemented web hooks that send events to your API on different actions. I was thinking on using this feature to receive ...
0 votes
0 answers
18 views

I'm aiming to create an automated workflow in which, whenever a page within a Notion database undergoes an update, its content will be promptly sent via email to a designated address using Make. At ...
degawong's user avatar
0 votes
1 answer
166 views

I'm trying to query a Notion database using Google Apps Script, but I keep getting a 404 Not Found error. My Setup Using Google Apps Script (GAS) to query a Notion Database. Notion API Version: 2022-...
0 votes
0 answers
27 views

Is it possible to query all databases using notion-sdk-js? Before asking this question, I read the usage of notion-sdk-js: it reflects: Operations related to databases must pass the database_id. ...
0 votes
0 answers
26 views

For example, if I know a Notion page ID, can I open the Notion App based on this page ID in other apps? In other words, is there a method that can be called to open the Notion App and display the page ...
1 vote
0 answers
157 views

I am working with the Notion API to retrieve children blocks of a page using the following code: await notionClient.blocks.children.list({ block_id: id }); After fetching the page blocks, I filter ...
Ortali's user avatar
  • 1
0 votes
0 answers
24 views

The database in Notion is similar to the table in MySQL. Can it be used as a table of a relational database, for example, to conduct queries such as left join and inner join? I haven't found relevant ...
0 votes
0 answers
47 views

I am making a python script that will take data from a Notion database and create cards in a Codecks deck by using both their API's. I am however not able to make hero cards, only normal cards. When ...
0 votes
0 answers
110 views

I need a formula property for a Notion's database that follows the rules below. My database has the following properties: Project, Priority, and Finished. When I mark the Priority tag as Done in a ...
Igor Mendonça's user avatar
0 votes
0 answers
219 views

I am creating an itinerary page for my upcoming travel which will commence in another timezone. Now when I put the time stamps in the text, I can put them as local time in that timezone by selecting ...
OptimusPrime's user avatar
2 votes
0 answers
155 views

I'm currently trying to implement adding pages using Notion's API. I have confirmed that a new page can be added by specifying the ID of the page or database (table), but is it not possible to add a ...
sktama's user avatar
  • 23
2 votes
1 answer
466 views

I need to create a subpage (sub-item) of a preexisting page inside a database in Notion using Notion API. I use Python to make API calls. I tried to do a create page API call as described in the API ...
ela's user avatar
  • 401

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /