BuildShip + Rowy

BR

BuildShip + Rowy

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Enable Basic Auth for Twilio API with WWW-Authenticate header

I am trying to setup basic authentication for my Twilio intergration. The Twilio docs describe the following: If you specify a password-protected URL, Twilio will first send a request with no Authorization header. After your server responds with a 401 Unauthorized status code, a WWW-Authenticate header and a realm in the response, Twilio will make the same request with an Authorization header. ...

Where to locate the IP Address associated with my Buildship Account.

Where can I find the IP Address associated with my Buildship account? @Harini, @BuildShip

api call url query problem

i have multiple currency symbol from my supabase. i want to each symbol for get latest price from my twelvedata api in loop. but i cant find a proper way using this symbols. do you have any solution? thanks...
Solution:
i got the solution. if I use loop.item end of the url cause interesting an error.
No description

Configure remote connection to Microsoft SQL Server

Configure remote connection to Microsoft SQL Server Hello community! I'm just starting to use Buildship and I couldn't find an answer to my question through the documentation on the website. I'm trying to create an API in Buildship that allows me to connect to a Microsoft SQL Server database on the server that is configured to be accessed externally through a public IP. I've already seen that there is no native integration among the many (postgre, mysql, discord, supabase, firebase) that are already available for use. ...
Solution:
Hi @RAFAEL, we already followed on email, jsut sharing this for other communityh members - https://docs.buildship.com/database/mssql. We have not the Microsoft SQL nodes added in the library.

How can i implement HUME AI into webflow to allow people talking with CMS article?

Hey everyone, Recenly I joined HUME AI Startup Program, with unlock 3 months limitless usage. In this period, i wanna test full capabilities of HUME AI to fighting disinformation in MENAT region. We're trying to build unbiased AI-Based news app and I wanna position HUME AI to talk with people regarding those articles. (If you have better one, please ping me :)) So, how can i achieve with Buildship? I watched this one: https://www.youtube.com/watch?v=-NgXB8cJ7QA, but it only shows connection between humeai and builship. Thank you!...
Solution:
HI @Nihat Avci You can connect with our Experts to help you build an app for this use case- https://contra.com/buildship
No description

Loop problem with supabase

I have get row node from supabase but loop action works for only first item.
Solution:
hey @Burak Dönertaş, if you only plan on looping over each item to return it then you don't really need to use the Loop node here. You can just return the result from the supabase node directly.
No description

Discord bot using OpenAI Assistant

I have connected my OpenAI Assistant, providing the API key, assistant ID, prompt. I've used node to post in a server. How do I complete the setup for it? How to create the chatbot and connect it to the buildship flow to answer user questions in a specific discord channel

Supabase triggers

Is it possible to set a condition on the Supabase trigger for example only triggers when update or insert and column(Boolean) is TRUE?

ship Buildship ship failed

When I try to ship the latest changes, buildship tells me that "Failed at building workflow". Without any further informations. How can I debug this? I reload the page also already....
No description

Installing NPM Package

Am I able to use this NPM package within a node: https://github.com/postlight/parser, if so how would I go about installing it?
Solution:
Hi @dbrwk Its an issue with this Sharp library, use Jimp instead, please ref to this thread - https://discord.com/channels/853498675484819476/1262164579098558525/1286764593019879525

Loop stops after first item

I read rows from supabase and want to loop through them, sending an sms. My loop stops after the first item and marks the workflow as success. According to the log, the 'Get Row' output, has 3 objects. ...
Solution:
Hi @PascalM from your screenshot it seems that you have added extra brackets in the loop items editor. you can remove the other brackets [] as the Get Row data form Supabase is already an array.
No description

Import "jsonpath" package issue

I am trying to use the NPM package "jsonpath" in a node and keep getting the following error. Cannot find module '../include/module.js' Require stack: - /usr/src/app/bucket/builtNodes/test-node-1727446444009/1727446559904.cjs...

download / grab PDF from supabase storage and send it to an API

Hi there, i have a supabase trigger on inserts. this trigger gives back a pdf path and id. now i will send the id and binary pdf file to an API. How i should do this? ...

Convert OpenAI to File and upload to OpenAI Assistant Vectorstore

I need to convert an OpenAI Chat Completion API response that is going into bubble.io and upload that response as a file to an OpenAI Assistant VectorStore. Preferably before it even gets downloaded. Is this possible with Buildship?

Trigger Template Creation With Specific Data

Hi, is it possible to create a template with variables and after for example a form is submitted to automatically create a new workflow automation from the template and fill the variables automatically with the new created database data from the form?

Run Python Code

Hi, I'm using make.com with 0CodeKit to run my Python code. Is there an option to run Python code in Buildship? The ai was not able to help me .....

Return or Save the whole BuildShip Log

I have a workflow that is pretty complex which potentially increases the chances of failing somewhere. I would like to save/send the buildship logs to another server (via REST API call) in any case - if it fails and if it succeeds. Is that possible?...

parse data

Hi, might be a silly question but how do I parse certain response data and then pass it onto the next request. For example; i'm creating a workflow where a supabase DB query gets client information - certain aspects of the data is then parsed to be sent to openai's api -> then i'd like to store the response into a supabase create row node.
Solution:
Hey @wino, after looking at your workflow I think it's possible to get it working with only one loop node. You can move the Create Row node inside of the first loop node - after the Text Generator node. From there you can reference the output of the Text Generator node to save the program data.

custom domain & affiliate

Hey i have a couple expert plans and looking to get more for public endpoints, how would i go about that? Also, does buildship have an affiliate program? Planning to do a lot with this platform...

Stripe Webhook Signature

I am sending stripe webhooks to a buildship workflow that will update my DB with webhook events. The code continually fails with an error as follows: Error: Webhook payload must be provided as a string or a Buffer (https://nodejs.org/api/buffer.html) instance representing the raw request body.Payload was provided as a parsed JavaScript object instead. Signature verification is impossible without access to the original signed material. Learn more about webhook signing and explore webhook integration examples for various frameworks at https://github.com/stripe/stripe-node#webhook-signing No matter what changes I make to my code to try and send it as raw body, I cannot get it to work in BS. Can anyone look at my code and let me know if there is anything glaringly obvious, or if it simply cannot be done?...