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

adrfinance - Hello, I want to use the Rest API ...

Hello, I want to use the Rest API File Upload to upload an image in Buildship. I am using a folder named 'images'. How can I see the contents of images to see if the files get uploaded???
Solution:
Hi @adrfinance, you can find the uploaded image in your BuildShip storage, I would also recommend to use a Generate Public Download URL

heist75 - Hello there, much appreciative for bu...

Hello there, much appreciative for buildship as your services have help me make a living. Your services are really underrated.

Matthew - Really need this node updated. Saw th...

Really need this node updated. Saw that you guys currently have the depcriated one.

Matthew - Any idea how to get the cohere chat a...

Any idea how to get the cohere chat api in buildship, they have other nodes but its not working when i try to bring in the chat api

Sam - hello do you know this error :

hello do you know this error :
Solution:
We have now new nodes for querying and create document via docRef you can use those it should work.
No description

Henry Moses - Hanging out in the office hours c...

Hanging out in the office hours channel, feel free to come if you have any questions. https://discord.gg/Y368YaZQ

Roco - is it just be or all my workflow is gett...

is it just be or all my workflow is getting this error "Failed to execute workflow"
Solution:
Can you clear cache or try in incognito (private window) and try? and share a screenshot of testing?

adrfinance - Hello, I would like to return resu...

Hello, I would like to return results from an API call through Buildship on the body, but the Body JSON is null. The results are in the 'Raw body'. How can I get Buildship to return the results in the body???

anjasmoro - guys, i need help, i want to get ...

guys, i need help, i want to get flight schedule data use crawl, but the result just like this, what wrong, and what mean of it ?...
No description

Julius - is this a Buildship limitation or I ju...

is this a Buildship limitation or I just don't know how? I need to use one of the body request from the trigger to an API call BUT it's only pulling out the body request from the last node, in this case the OpenAI node....
Solution:
Hi @Julius You can add and update the Body of the REST API Trigger and then access in the node. You can refer to this documentation of API Specification to know about how to add body, params, or headers to API calls - https://docs.buildship.com/basics/api-spec. We are working on improving the UX around this. Or simply for your usecase to get the Body from the REST API, you can delete and add the trigger again.
No description

Maglev - how do i get api key

how do i get api key
Solution:
@Maglev, you get the api key from the integration you are using, click the info (i) icon on the node to get the api key steps, then you can store them in the Secret Manager. https://docs.buildship.com/secrets#what-is-a-secret.
No description

serge - hello, can you please create a tutorial...

hello, can you please create a tutorial on how to use PostHog with FF? Thank you in advance

b.slade - Hi - have a app built in flutterflow ...

Hi - have a app built in flutterflow and using buildship for stripe check out. I send the url back to the frontend. But seeing safari blocks the popup. Does anyone know of a solution?

Jrocks - Hi BuildShip,I use GoHighLevel CRM, ...

Hi BuildShip, I use GoHighLevel CRM, which uses OAuth 2. I need some direction on how to integrate it with BuildShip. I'm planning to use BuildShip to utilize OpenAI functionality, primarily as an AI receptionist that books appointments conversationally. This requires access to GHL's API 2.0 to get calendar slots and create appointments. I work with local businesses and agencies, so ideally, I would like to use BuildShip as my hub where I can create AIs for my clients. Please advise or point me in the right direction on how to get started with this on your platform....
Solution:
HI @Jrocks, You can use the AI node generator to create a node for GHL or use the API Callnode to make a call to their endpoint as I've seen they have REST APis avaible to make direct call to instead of OAuth for now. - https://docs.buildship.com/ai-nodes

adamsardo - hey all, have posted in support but...

hey all, have posted in support but by chance would anyone know why I'm not getting my API endpoint after shipping a workflow? Ty in advance 🙏
No description

Matthew - @Harini It would be awesome if you gu...

@Harini It would be awesome if you guys created a library for people upload their api templates that they created. This would allow for a greater usecase across multiple functions

adrfinance - Hello, do I need to somehow change...

Hello, do I need to somehow change/commit the changes I make to the Buildship database? I enter some rows etc. but I don't see the results in my nodes 😦

cleverbit - Not sure where to ask this, but I w...

Not sure where to ask this, but I want to ask my OpenAI Assistant node to do some date-based things (eg. "Remind me tomorrow") but it thinks the date is December 2023. My workaround for this is to calculate the current date as part of the prompt (Date.now() + prompt) — but this means each prompt is essentially using tokens to pass the date, even when it's not relevant. Is there a better way to go about this?

adrfinance - Hello, I have a MySQL query that p...

Hello, I have a MySQL query that performs an inner join. How can I do that in the built in Buildship database?

adrfinance - Hello, which database doese Builds...

Hello, which database doese Buildship recommend using? I see you have your own, Firestore and Supabase??? Can you help me please?