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

Reference a specific value in JSON output from Firebase query

I have a node that queries a firebase collection. it returns the results as a document body which is JSON formatted. { "Authentication": "Value", "ConnectionID": "Value",...
Solution:
@xbommer07 It looks like you're outputting an array, so you may need to do Nodename[0].data.authentication

Seeking Driven Partners for a Promising Tech Startup

Hi there, I hope you're doing well. We’re in the process of launching a tech startup focused on outsourcing solutions, and I’m currently looking for reliable, driven partners based in the US or Europe. While technical skills are not a requirement, having a tech background would be a plus. ...

:rotating_light:Business Partner Opportunity for Profitable Venture:rotating_light:

Hello! I'm looking for a reliable business partner to collaborate on a profitable venture. With my expertise in software engineering, I believe we can combine our strengths to achieve substantial success. Ideal Partner Qualities: - 20+ years old - Based in the US, UK, Canada, Australia, or the EU...

API Node Header

I have an endpoint that I must pass a header. accept: Application/json. I have not found a way to accomplish this yet. Without it Im afraid I will not be able to use Buildship...
Solution:
You can add the new header X-API-KEY (or your required key) directly to the node logic by modifying the headers in the code of the API call node. Also, ensure to pass their values in the export params and node fields too to make it work. Please refer to the image attached for an example and the Discord link. Docs - https://docs.buildship.com/utility-nodes/api-call-node. Discord - https://discord.com/channels/853498675484819476/1197552314974740531/1197892254552035369....

WhatsApp Integration issue

I am building a WhatsApp chatbot, and currently stuck at chatbot verification. I was following the video tutorial along with the template, but that's not working. Please help me out

Stripe Webhook Signature

I’ve set up stripe webhooks but I don’t see how I can verify the strip signature. My understanding is I need to access the raw body request but I don’t see that visible as an input in the trigger

Build with me

I am new to build ship, have limited experience even with no code apps, but eager to learn. I understand I can hire someone to build for me, but I'd rather find someone to build with me (learning to fish and all...). Anyone interested in learning more?? @BuildWithMe...

Gmail Trigger

Why does the gmail trigger fire when a message is read as opposed to just when it is received? It seems to use up unnecessary tokens. Is there any way to block it or turn it off? It results as a 202 "no inbox messages found"...
Solution:
@Gaurav Chadha, @Chris Wright | Because You Can , the Gmail Trigger is handled to terminate the execution in case there are no new messages received in the inbox. The nodes in your workflow do not get executed in this case, which means you do not lose unnecessary credits.

Help with a Notion API

Hello everyone! I'm new in buildship and in API in general. I'm trying to figure out a way to make my site, made with framer, display data from my notion, I'm trying to build a flow that: - takes the ID of the element in Framer (it's a property created by me)...
Solution:
Hi @Stef_ You can try this with our new AI builder on tools app - https://buildship.tools/

Dynamic Concurrency of Loop nodes

I had this issue/question like half a year ago, but can the Loop node now finally take in variables in the "Concurrency" field and not static numbers?
Solution:
Hi @Brian yes you can use a variable in concurrency field to serve a dynamic value, just ensure it is within your plan limit

Pro Plan limited to 5 active flows

Can't ship more flows as Pro plan is limited to 5 flows. Version control is also not working.
Solution:
Hi @NexHireG could you please check with the owner of the project Rommel, we checked your payment is failing. Due to which this is happening. After the payment is updated and made you'll be able to deploy new workflows.
No description

"Workflow Schema is Invalid" Error on Deploy Despite Successful Tests

Hi everyone, I'm facing a problem when trying to deploy my workflow on BuildShip. Internal tests pass successfully. ...

How can I use several files in a "Rest API File Upload" Workflow-Trigger?

If I add several files to my formdata and POST to a "Rest API File Upload" workflow, what Input variable do I have to set? There is only a singular "File" type and nothing like "Files".

Websocket Support

Hey I was working on an ai voice calling module, so i had this question if you guys support websockets, or any planning to have this websockets sooner, currently I am hosting the code on replit server it would way better if i can host it in buildship itself.

Fields reset while duplication/remixing

Hello guys, I am facing this weird issue from yesterday, Whenever I try to duplicate or remix a flow, Fields like http method and url getting empty. Previously it was not the case.
No description

REST API Open AI (Stream Response) Template issue

I have tried using the standard template, but it won't let me ship it with the Output Flow being an object which is how it is set from the AI Assistant Node. I changed the AI Assistant Node output to a string, which allowed me to ship it, but may have impacted the functionality. What am I missing, surely the template should work straight out of the box?...
No description

Ai Seo Audit: Cannot read properties of undefined (reading '0')

For the New Ai SEO Audit Workflow Template, I keep getting this error on the first loop node. Cannot read properties of undefined (reading '0') I have tested everything I know how to. Please advise.
Solution:
Hi @NewbieSteve thanks for bringing this to our attention and sharing this fix. We recently updated the OpenAI Web Search node and this caused the issue, should be fixed in the template itself now

Internal error, workflow schema is invalid.

Failed: Internal error, workflow schema is invalid. Please contact support. Error in following nodes: - name 1 XXX - name 2 XXX...

Is there an outage?

When I click on any node a red exclamation mark appears next to it.
Solution:
Hey we have released the fix, we apologies for the hiccups
No description

Buildship Database - Create Document within Loop Node not working correctly

Hello - thanks in advance for any help. Beginner here. I have a workflow where in one of the first nodes I'm pulling some data that a user selected about which credit card(s) they use. The output of this (called "selectedCards") is below: {...