ilan22ilan22
ilan22
Mar 5, 2025

Q: Tables CRUD with API

Hey,
Can we create/read/udate/delete table values using a REST API to keep the data fresh from outside the platform?

Founder Team
Dung_Diaflow

Dung_Diaflow

Mar 10, 2025

A: Hi ilan22,

Currently, Diaflow doesn’t offer a native REST API for CRUD (Create, Read, Update, Delete) operations on tables. However, you can achieve this with workarounds:

- Create/Update: Use an HTTP Request node to receive data from an external API/webhook and write it to a Diaflow Table [Q97].
- Read: Access table data within a flow and send it out via HTTP Request [Q97].
- Delete: Manually delete records in the UI, or use an LLM/logic node to filter and overwrite table data.

A native REST API for tables isn’t confirmed on our roadmap yet Diaflow Roadmap, but it’s a great suggestion!

Best,
Diaflow Team

Share
Helpful?
1
Log in to join the conversation
Related questions
View product details