BuildShip

B

BuildShip

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

Join

鉂撱兓buildship-help

馃寚銉籹howcase-and-share

馃挰銉籫eneral

A GoodFather - Hey guys 馃憢馃徑 I am new here. As ...

Hey guys 馃憢馃徑 I am new here. As a nocode dev with coding skills I want to understand what backend is. Anyone???

Savannah - Anyone know how to remove double quo...

Anyone know how to remove double quotation when using variable. For example, the temperature and max token value need to be integer with no double quotation....
Solution:
@Savannah, you can change the type to number of the variable tempereature-settingand max-token-settings in the output schema from where you are getting, it should solve the issue and give you values in number. For updating output schema you can check out - https://docs.buildship.com/basics/update-outputs...
No description

Giovanni Cocco - Hi everyone! I have a problem ...

Hi everyone! I have a problem with API Call node. I am trying to call an api with api key authentication. I modified the node but still get an error. In Postman it is working. Error: Unexpected token '<', "<!doctype "... is not valid JSON I am calling the POST method with the body in JSON format...

Luzzotica - Currently unable to get past this s...

Currently unable to get past this screen. Clicking on the Go to home button sends me back to the same page with the same error. Can't log out....
No description

JamesG - Hey all, are you finding editor perfor...

Hey all, are you finding editor performance very slow the last couple of days? If this is a temporary issue I'll just work on other things for now, but if not maybe I'm doing something to slow it down? I know that with >15 nodes it slows to a crawl, and hoping that's addressed in future updates.

serge - hello, do you have any tutorial on how ...

hello, do you have any tutorial on how to use one-signal push notification with FF for both iOS and android using Buildship?

Giovanni Cocco - Hi everyone! I am building a c...

Hi everyone! I am building a chat with WhatsApp and I would like to create a checkout session with Stripe. I don't know if this is the place to ask a question about the flow, I apologize if it isn't. In my flow I check if the user already has a plan (I check using Buildship Firestore), if not I call the Fetch Stripe Customer node and check if this customer exists, if not I need to collect name and email and call the Create Stripe Customer node to register the customer and then call the Create St...

Ricky - Hi, Have a good weekend!I wish all mem...

Hi, Have a good weekend! I wish all members success in their business. I would like to ask for help with a problem I encountered in my development project. If the path setting of Rest API is set to api/get/:id, I would like to ask for help if anyone knows how to fetch and retrieve data corresponding to id. The database is postgresql....
Solution:
Hi @Ricky, For the path variable (parametrized request) - you can indeed include a path variable in the REST API trigger on Buildship, you can define a dynamic part of the path using a named parameter (often called a wildcard or path variable). 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 if a request is made to a URL like - https://6dk2jv.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/retrieve this variable within your workflow using the request.path object. To extract the conversationId from the path, you could use the following expression within your workflow's expression editor: request.path.split('/')[3] This will retrieve the conversation ID from the path, which in your example would yield 123....

Chris Wright | Brandmember - Can I share a simp...

Can I share a simple node I created for an available API that isn't already in the library so that others can use it and save them the hassle of setting it up? Where is best to do that?
Solution:
Hey @Chris Wright | Brandmember, soon you'll be able too to submit via app. For now you can submit your node to the community via this form - https://buildship.com/community

Eugene Kadzin - Hello everyone, maybe someone c...

Hello everyone, maybe someone can help. I have a client that has a very specific request and I am wondering how to better build something like this. We have 100s of websites. For each website we have a product #...

HandsomeBoy - I'm looking for someone to work w...

I'm looking for someone to work with. If you are interested, please feel free to send a DM. They must be a skillful developer fluent in English.
Solution:
@HandsomeBoy, you can connect with our verified BuildShip Experts here - https://contra.com/buildship

Mikban - Is there a comparison any where that c...

Is there a comparison any where that can give me insight on pipe dream vs build ship? https://pipedream.com/...
Solution:
Hey Mikban, we dont have exact comparison with this tool - but in general BuildShip is geared towards being much more flexible where you can create your own nodes or edit any node there. We also have option to bring your own cloud and have at cost compute meaning as you scale the pricing works for you rather than against you - as it typically does in many nocode platforms.

Jared - Hi. I'm using webflow to build the app ...

Hi. I'm using webflow to build the app and I'm using memberstack for sign up ang login forms. I have 3 forms that is different from signup and login forms. There is 1 form that buildship doesn't recognize the trigger of webflow form submission. While looking into it, I found out that the reason is the form includes a free plan from memberstack. I need help with getting the data from the form with a free plan.

FLKyle - Hi all! I'm new to buildship..I'm tryi...

Hi all! I'm new to buildship..I'm trying to add a delay action to wait 13 days after a specific trigger that I've created before moving on in the workflow...I'm not sure how to do this..Anyone available to help?
Solution:
Hi @FLKyle, Use a cron to check the specific workflow execution instead - https://docs.buildship.com/trigger-nodes/scheduled-cron as 13 days delay isn't an ideal case and is not feasible.

Jrocks - I added a new member to my account and...

I added a new member to my account and want to assign them as a co-owner, allowing them to do everything I can do as the owner, such as updating payment information, billing, etc. Is this possible?
Solution:
Hi @Jrocks, One project/workspace can only have one owner, currently, you cannot make a new co-owner, if you want to change the owner who can update payments and other items on your project, you can share their email (via support-request), and we can update it from our end and get you all setup.