BuildShip + Rowy

BR

BuildShip + Rowy

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automate, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

tunahaviet - Hi team, I am have trigger with ...

Hi team, I am have trigger with path sample: /api/v1/fid/:id How I can get :ID in return response ...
Solution:
Hi @tunahaviet, Here's how you can set this up: In the REST API trigger configuration, you specify the Path and Method. For dynamic paths, you can use a named parameter by prefixing it with a colon. For instance: Path: /api/call/:id Method: GET (or POST, PUT, DELETE depending on your requirement) With the above configuration, if a request is made to a URL like https://my-project-id.buildship.run/api/call/:123, the workflow associated with this path will be triggered. The variable part, 123, is captured by :id. You can access this variable within your workflow using the request.pathobject....

RA1DEN - Hello all! Wondering if there's a tr...

Hello all! Wondering if there's a trigger to create a table in supabase and/or a bucket in supabase storage?...

ruben.romero - Hello! Does anyone knows how to ...

Hello! Does anyone knows how to send audio, photo, video or stickers using whatsapp node? I know is possible through Rowy and assistants, but i would like to do inside a normal flow, thank you!

!CarlYouKilledIt - has anyone implemented the a...

has anyone implemented the anthropic messages api? similar to groq or gpt assistants api
Solution:
Hi @!CarlYouKilledIt, You can use the Claude AI Text Generator node, it uses anthropic message api. The Assistant is also available for Claude.

adrfinance - Is it possible to stop the executi...

Is it possible to stop the execution of a workflow when it is running? @Gaurav Chadha
Solution:
Deleting the workflow should terminate the production execution. Note: to take a copy of your workflow, we'll improve the ux this.

SushiWingsTacos - Hi, is there a way to interac...

Hi, is there a way to interact with telegram bot assistant in groups? i was able to work if i PM the bot directly, but cant seem to work in groups
Solution:
Hi @SushiWingsTacos, Yes, you can refer to this - https://docs.buildship.com/trigger-nodes/telegram-bot#step-to-create-a-telegram-bot-workflow-manually. Add the chat Id of the group.....

BuildShip tables and Firestore

Hello guys. Anyone to help me please?
Solution:
Hi @Fabiano1799, you can BuildShip database instead if you want to visualize your data using BuildShip tables. https://discord.com/channels/853498675484819476/1246926649686097983/1247116854930047029. Visualizing your Firestore database using BuildShip tables is on our roadmap, will be available in near future....

webwhiztop - I'd like to contribute my skill to...

I'd like to contribute my skill to ur team to bring the latest innovation to ur project.

Nazaire - Has anyone successfully done JWT sign...

Has anyone successfully done JWT signing inside a node? I need to use it to work with the Ghost Admin API. At the moment i'm getting an obscure error. I'm importing the jwt and buffer module....
Solution:
all good i made the mistake of trying to import jwt instead of the jsonwebtoken library.

adrfinance - Hello, how can I get the results o...

Hello, how can I get the results of a Buildship API call to Body instead of Body text??? @Gaurav Chadha
Solution:
Make the type as JavaScript and ensure your data is not of type text/string.

Poriya - Hi, Does any one have an idea to integ...

Hi, Does any one have an idea to integrate buildship with firebase database to create the user, validate it via email and login the user using the buildship trigger?
Solution:
Thank you for opening a post here https://discord.com/channels/853498675484819476/1261171202119041166/1261246669417218142 and sending your query via in-app support.

r0ks0n - I have an API trigger for file upload ...

I have an API trigger for file upload which is then connected to ChatGPT Assistant. I have a system prompt and in user prompt I want to attach an uploaded image. Trying to do this all day, but getting error: 400 invalid type for 'messages[1].content': expected one of a string or array of objects, but got an object instead. Is someone who did this snd can share a screenshot how to insert image in prompt, I would be really thankful 🙏...
Solution:
@r0ks0n, perhaps you meant to use the "GPT Vision" node

fabiano1799 - Is Rowy going to be descontinued ...

Is Rowy going to be descontinued and replaced by buildship?
Solution:
its for per export. You can export upto 10K rows in any given table.

Jrocks - I'm not sure how to use the Branch nod...

I'm not sure how to use the Branch node to check if the value for my variable "code" exists or is empty from the REST API call. What should I put in the expression editor to check whether the variable "code" has a value or is empty? If it has a value, I want it to go to one branch that leads to the next node, and if it's empty, I want it to do nothing.
Solution:
Hi @Jrocks, you can refer to this - https://docs.buildship.com/core-nodes/if-else. Also for more questions you can open a post on #❓・buildship-help
No description

Matthew - Hey guys! I saw that flutterflow is a...

Hey guys! I saw that flutterflow is allowing streaming on thier api response. I am using it but from buildship its not streaming

ubercool - Hi @! ! ! Rock ! ! ! and @Infierno H...

Hi @! ! ! Rock ! ! ! and @Infierno How about BuildShip experience and AIs? 🧐

Matthew - I currently have json coming back as ...

I currently have json coming back as an array which is causing it hard to extract any idea how to put them back into an object>