BuildShip

B

BuildShip

Join the community to ask questions about BuildShip and get answers from other members.

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

JSON Output in Flowbuilder 2.0

I am currently working with the Flowbuilder 2.0 and have encountered an issue that I cannot resolve on my own. It concerns the configuration of the output in the "Edit Output" section. My goal is to generate a JSON output like this: { "body": "EntwurfGruppe/XYZ123", "status": "200" ...

How to upload file to have analyzed by OpenAI

I want to upload a file (like PDF, PPT) and then have it analyzed by OpenAI to develop summaries. How do I do it on BuildShip? Thank you so much!

What just happened??

As of 10:47 today this workflow was working perfectly fine, I go for lunch and return to a workflow full of errors apparently. What should I do in this case? Turn on/off?
No description

Loop issue and REST API trigger issue

After upgrading to 2.0, most of the things were going well until I tried to migrate most of the things from Zapier or other platforms like that that to BuildShip. Below are the two biggest challenges I faced: 1. Loop...

Need help in pre-built webflow nodes

Hey Team, @Bhavya , as directed by @Gaurav Chadha, I’m reaching out to you regarding an issue with the pre-built webflow nodes (Create/Update/Delete Live item nodes). They are currently not functioning and displaying the error getToken was called but this node does not require any integration/token. ...
No description

Opportunity for US citizen

I’m expanding my services and looking for the right person to join me on this journey. Whether you’re looking for a side project or a flexible way to contribute, this could be a great fit. Compensation is included, and your schedule stays in your hands. If you are interested, drop me a message for the full details. I’d love to hear from you!...

Refund

Hi team, I’ve just noticed a charge to my card for buildship. Something I don’t use? Maybe there was a free trial or something?...
Solution:
We checked, and we haven't received any email. No issues. Thanks for sharing the email here, We have canceled the plan and refunded the full charge....

Cannot read properties of undefined (reading 'body')

I'm getting this error when I try to call one buildship workflow from another. The target workflow does not accept any input (it's just a workflow designed to grab a new auth token if it's expired, or use the stored one if it's not. New to buildship and trying to create a workflow I can use in several other workflows without having to implement this logic every time.

Use query result for a new action

Hey everyone, I can't find a documentation for this, can you point me in the right direction ? In a workflow, i created a FireStore query with specific parameters, which returns an array of documents (along with document data and document ID)....

Having issues with the OpenAI Assistant (Stream Response to Firestore)

When testing, I am getting the following result: "Result Error in OpenAI Assistant (Stream Response to Firestore)" I have followed the insrtructions and set the buildship service account the appropriate permissions (Cloud Datastore User and Firebase Admin SDK Administrator Service Agent) in GCP for the project. ...

image upload to supabase: retreive url

I want to upload an image to supabase bucket, get the url of the image and store it in a supabase table

help needed urgently 😭😭

Please how can i go around this logic.. with buildship Am using the WhatsApp bot node and i want a situation were by only registered or authenticated user's on my app can chat with the bot, else if the number isn't registered the bot will notify the user on WhatsApp to go the app and register.. thanks...

Buildship newbie - dynamically change a secret key

I am trying to connect buildship to an external api that requires the access token to get refreshed every sixty minutes. I'd like to store the access token and an expiration date, and if the time is past the expiration date, refresh the token and update the expiration date. My plan is to use the secret manager to store the access token and expiration date, but I can't see a way to dynamically update the secret key every time I refresh the token. Is this possible? Should I use something else besi...

API endpoint Security before going live

Dear members of the buildship community, what is the best practice solution to secure my buildship api endpoints? I built my app in flutterflow and I've read that i could use Firebase as somekind of proxy, can i do the same thing with Supabase? Is there an easy and convenient solution for this? Thank you very much, all the best for '25!...

Stripe Trigger Webhook Error

Hi there, I have a flow that works well on test but when i changed the credentials to live api key i get this error: Unable to verify stripe event: No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? Learn more about webhook signing and explore webhook integration examples for various frameworks at https://github.com/stripe/stripe-node#webhook-signing Error: No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? Learn more about webhook signing and explore webhook integration examples for various frameworks at https://github.com/stripe/stripe-node#webhook-signing 2025-01-08...

External Access to workflow versioning

Hello, is it possible (or planned) that we can finally externally request a workflow's versioning in BuildShip 2.0? For example to get the date of the currently shipped version, when the last shipment happened and in general the whole list of the versioning? Basically our Frontends are heavily dependent on the Backend versions, so if we want to revert something or test an older version, we never know which deployed BuildShip workflow version we were using before, therefore we would like to connect the frontend version with a buildship backend version. Is that possible? Also: It would be great to also have some commit messages for every workflow deployment so we can read what we changed. I've also sent this question via in-app support: #928799...

Unable to work with WebFlow Nodes

We have been working with Webflow integration for the past two months, managing various nodes that process, update, and delete data from the Webflow CMS. However, it has stopped functioning since yesterday, and we have submitted a support ticket.
No description

Issue parsing JSON from API Call

I am attempting to migrate an API call from Flutterflow to Buildship, but cannot get the output schema to work correctly. In Flutterflow the output JSON path is: $.agentReasoning[:].state.transcriptName So an array, with an object, with a string....
No description

Create new branch from existing workflow

How do i create a separate branch of nodes that starts at the middle of an existing workflow? When I try to create a new branch, the new branch automatically terminates at the old branch. I want to create a separate path, not redirect back to the parent path. Image attached of what I'm trying to do. Thanks for the help....
Solution:
@Stacker You can clone this workflow it is built on to of your shared workflow to showcase how you can add a separate branch from the middle of your workflow - (shared via email) Also please note that the Output/Return node acts as the ending point of your workflow adding any node below it won't execute.
No description