Based on our record, Notion API should be more popular than NotionForms. It has been mentiond 45 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
NotionApps provides a way to add buttons when building the app and configure them to open a web link. One can create forms to add/update data on NotionForms and use those links with these buttons. Source: almost 2 years ago
Hm. I think what you're looking for is using a capture page using https://notionforms.io which adds to the existing grocery database without having to actually look at it. Then when it comes time to actually getting groceries, filter the database by unchecked items. Source: about 2 years ago
Same here, we use Notion for everything 🙂 Besides, I'm building a tool to create a Help Center from Notion (👉 [notiondesk.so](http://notiondesk.so/)) Here my favorite tools build with Notion : - Create forms : [notionforms.io](https://notionforms.io/) - Create websites : super.so - Create a blog : [feather.so](https://feather.so/). Source: over 2 years ago
Using make.com, or any other automation tool, I can watch for the creation of a new record in a table. These will be "user" or "contact" records. I then want to share a different set of pages with the email of the entered user. Data will be entered using https://notionforms.io/. Source: over 2 years ago
You could use notionforms.io its free. Source: about 3 years ago
Notion: https://developers.notion.com/. - Source: dev.to / 4 months ago
Obtain Notion API Token: Go to the Notion Developer Page, create a new integration, and get the API Token. - Source: dev.to / 7 months ago
The “Update Content” action that downloads content from Notion API and commits the changes. - Source: dev.to / 9 months ago
// composeApp/src/commonMain/kotlin/api/QueryDatabaseRequest.kt Package api Import kotlinx.serialization.SerialName Import kotlinx.serialization.Serializable /** * https://developers.notion.com/reference/post-database-query */ @Serializable Data class QueryDatabaseRequest( @SerialName("start_cursor") val startCursor: String? = null, @SerialName("page_size") val pageSize: Int? = 100, ) { ... - Source: dev.to / 11 months ago
Our public API uses Notion.com: https://developers.notion.com/ Switching the product and marketing sites would take a lot of work for unclear/low benefit since at this point we’ve learned the .so lessons and have a good reputation. Given the choice of projects like “scale infra so we stay online and fast-ish”, “improve search”, or “notion dot com”, Notion dot com ends up below the cut line. - Source: Hacker News / over 1 year ago
Tally.so - The simplest way to create forms, for free.
Sync2Sheets - Give Notion the superpowers of Google Sheets
Notion Monkey - Submit your HTML forms to Notion. Works with Wordpress, Webflow, Carrd, Squarespace, Javascript, React, and Static HTML sites
Google forms to Notion - Supercharge Notion with Google Form ⚡️
Typeform - Create beautiful, next-generation online forms with Typeform, the form & survey builder that makes asking questions easy & human on any device. Try it FREE!
Unofficial Webhooks for Notion - Receive Webhooks from your Notion Workspace