mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #4945] [FR] APIs to manipulate database components #2202
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annieappflowy on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4945
Description
I'm using scripts extensively in my workflow with Notion through their API. I'm working in the animation industry and have to manage multiple shots with each their tasks. For example, I'm using n8n to connect and batch update some "link" properties of the shots. Or automatically update number of frames int property. Furthermore, I can work the over way around and read notion shots to get their status property and connect it to my render farm setup, etc...
I think there is a lot of interest in having scripting capabilities for a database focused solution. And being limited in the number of blocks in Notion I went on a quest to find a open source solution to maybe host the software myself. Not having found anything suitable, I decided to migrate my workspace to the my studio's paid plan of notion.
Impact
Developer type of users
Additional Context
No response
@bjohas commented on GitHub (May 11, 2024):
We're very keen on an API as well.
@zetashift commented on GitHub (May 31, 2024):
Hi! I'm interested in this as well!
Use cases
Things like:
There is overlap with Zapier, so feel free to just say 'use Zapier'!
@Jehu commented on GitHub (Jun 6, 2024):
I wanted to start with AppFlowy and supabase yesterday and just found out that supabase support is sunsetted now. I wanted to use supabase as a central database where i can use the supabase API and n8n for automations. Now that there is no more AppFlowy supabase support we need some alternative for integrating AppFlowy with third party systems. Therefore we stopped our plans using AppFlowy as our knowledge base because of the lack of integrations for now.
This topic might be important for many people i think.
@annieappflowy commented on GitHub (Jun 6, 2024):
Is Supabase the only db solution for you @Jehu ? Can other cloud services be considered?
@Jehu commented on GitHub (Jun 6, 2024):
@annieappflowy selfhosted supabase would be the best solution because it could be a data hub which provides easy automation integration
@annieappflowy commented on GitHub (Jun 6, 2024):
@Jehu , they don't support multi-user collaboration which AppFlowy users would need
@Jehu commented on GitHub (Jun 6, 2024):
@annieappflowy I can't say anything about that. The important thing for me is the ability to have all the apps in my system talk to each other.
@annieappflowy commented on GitHub (Jun 6, 2024):
@Jehu , we plan to work on APIs (integrations) in Q3, but the Supabase solution will not be maintained
@Jehu commented on GitHub (Jun 6, 2024):
Thanks for the information @annieappflowy. I will look at this again when the API is available.
@thecoderdotin commented on GitHub (Oct 11, 2024):
Hi @annieappflowy, I couldn't locate the status of this time on the roadmap. Could you let me know how this is going? Thanks!
@Plaidmustache commented on GitHub (Jan 24, 2025):
any update on this? keen to know if you can connect via with appflowy if self hosting.
@khorshuheng commented on GitHub (Jan 24, 2025):
The OpenAPI doc for those endpoints are here: https://github.com/AppFlowy-IO/AppFlowy-Docs/tree/main/documentation/appflowy-cloud/openapi
And here is some examples on how to use them, in Python: https://github.com/khorshuheng/appflowy-integration
However, only basic operations are supported at the moment. If there are some operations which you wish to achieve but not covered by the API, let us know.
If you don't wish to write your own scriptI, we also support Zapier.