BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Sleetza - Hey guys, Im making an api call from ...

Hey guys, Im making an api call from Flutterflow to Buildship. Problem is that there is some backend logic involved that takes about 1,5 minute to complete, and the time out on the Flutterflow-side of things is 30 seconds. So the backend works, but I cant get my app states and messages in Flutterflow to trigger upon succesful api call. Any ideas on how to solve this?

Epoch - is it possible for node to use private ...

is it possible for node to use private npm packages?
Solution:
Currently not, only public npm packages can be used to import.

z3thon - Anybody messed with the workflow dupli...

Anybody messed with the workflow duplication feature?

Karabo - Hi, I'm using the OpenAI assistant nod...

Hi, I'm using the OpenAI assistant node it needs a thread id for each user, I'm using twilo to receive and send WhatsApp messages. I don't know how to store the thread id can anyone help?
Solution:
you can use the buildship database nodes to store/retrive data, the first time user sends the first message, you can make the document with their number as the id, store the auto generated threadId in it, the second time you can check if the document with their number exists you can retrive the document and get the threadId to use in the assistant

Sam - Hey I'm considering using BuildShip to bu...

Hey I'm considering using BuildShip to build my app (I'm a non-technical founder). I'm trying to figure out what kind of limits I might hit down the road if I use BuildShip, so my question is: are there any type of back-end things or app use cases that BuildShip can NOT do? Or can you simply build everything related to a any web app in BuildShip?
Solution:
Hey @Sam, There is not limitation to build the backend for apps on BuildShip. You can build any web/mobile application and integrate it with any frontend. You can find some of the use cases here - https://buildship.com/case-studies

Tmoney - Hi, I would like to store the data gen...

Hi, I would like to store the data generated to Firestore, but it's bringing out this error 'Value for argument ”data” is not a valid Firestore document. Input is not a plain JavaScript object.' It's creating document but not storing any data.
Solution:
yes, you can use the system prompt to provide a schema for example ``` { BookName:string, pageNames: string[], pageNumbers: number[],...
No description

luke - Hey I need to access the rawBody of the ...

Hey I need to access the rawBody of the incoming request. Is this possible? Need it for signature verification purposes.
Solution:
Hi @luke, you can refer to the example of WhatsApp verification template, or create a simple workflow with Rest Call --> send a request to it and access the body recieved in the next step using variables and perform signature verification from the body data.

Aimé - Hello guys, I would like start contribut...

Hello guys, I would like start contributing to the project. Where is the channel dedicated to contribution?

mason_davis - I have one simple question, can r...

I have one simple question, can rowy update subcollections on firestore db

Ahmad - Hi, am I losing it or did the "Send ema...

Hi, am I losing it or did the "Send email with Gmail" prebuilt node dissapear suddenly. I had it in an existing flow and now can't find it in the library.

lucidly - Does anyone know how to define path v...

Does anyone know how to define path variables? I can't seem to find anything in the docs.
No description

adrfinance - Is there a way to export the code ...

Is there a way to export the code of workflows in buildship?

Bibi. - Hi, I'm AminAnyone can give me a gene...

Hi, I'm Amin Anyone can give me a general idea on how do I implement CI/CD from Github repo to a hosting solution say, AWS Amplify? Is this possible with Buildship?...

serge - Hey, is it possible to build AutoGen in...

Hey, is it possible to build AutoGen in buildship? If yes, can we have, please, a tutorial?

Emmaly - Where can I look to see if there is a ...

Where can I look to see if there is a known outage or issue? I'm getting HTTP/1.1 503 Service Unavailable from all my workflows. I already submitted a support request.

jacob - i want to update firestore document i h...

i want to update firestore document i have added following node when executing it throws error that insufficient permissions...
No description

LuigidaBP - I found the purchase option in the ...

I found the purchase option in the settings, so the problem is more or less solved. In general i love Buildship, but i find the pricing (monthly payments, but the ai node credits not renewing) quite misleading, it should be communicated better. Also, the option to buy additional credits is very hidden, there should be a direct link to buy when my credits hit 0. Keep up the good work!

LuigidaBP - I have some question regarding the ...

I have some question regarding the ai generated nodes: i've been on the starter plan for 2-3 months and used 50 credits in total. Shouldn't it renew to 50 credits every month? Now i'm out of credits and it doesn't offer me any option to buy more. Is upgrading the only option?

Karabo - Hello, I'm making an AI chatbot that g...

Hello, I'm making an AI chatbot that get's data from my database from an API call node , but that data includes picture urls and the chat bot is based on WhatsApp. I'm can't send these pictures to WhatsApp via Twilo it only sends text messages, can anyone help?