BuildShipBBuildShip
Powered by
BBAznB
BuildShip•2y ago•
13 replies
BBAzn

how do i make an API call to a supabase function? I have the variable to pass its just one variable.

how do i make an API call to a supabase function? I have the variable to pass its just one variable.

Please provide examples. I am having trouble with the buildship syntax.
Solution
Hey, @Russell, You can click the node info tooltip to get the steps on how to create a Supabase RPC function and use it. Here's an example function I used to test the RPC node.
BEGIN
  RETURN 'Hello, ' || name || '!';
END;
BEGIN
  RETURN 'Hello, ' || name || '!';
END;
Jump to solution
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Rest Api call variable
rymackRrymack / ❓・buildship-help
3y ago
How to write a php curl api call (Please HELP) ? I have tried this
arronjazzAarronjazz / ❓・buildship-help
2y ago
API call to have openAI with streaming
jiefu95Jjiefu95 / ❓・buildship-help
17mo ago
Where do I find docs on how to add a header with a value to a rest API call ?
StephenSStephen / ❓・buildship-help
2y ago