FJP#84
FJP#842mo ago

FJP#84 - Hi there, is it possible with buildshi...

Hi there, is it possible with buildship to create a custom api response based on events in Supabase? Lets say my input is a month, i want to fetch all events in that month, but the response should render all days in that month and render the events that have a start date that correspond with that day. Thank for the reply
Solution:
Hi @FJP#84, you can start with the supabase trigger to capture events on crud operations - https://docs.buildship.com/trigger-nodes/supabase-trigger then use the fetch table data nodes. You can start with this and share if you get any blockers in implementation.
Supabase Trigger – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha2mo ago
Hi @FJP#84, you can start with the supabase trigger to capture events on crud operations - https://docs.buildship.com/trigger-nodes/supabase-trigger then use the fetch table data nodes. You can start with this and share if you get any blockers in implementation.
Supabase Trigger – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.