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

OpenAI assistant instructions override

I want to pass user related information to the assistant and I thought doing it through the instructions made sense. The issue I have is that when I do it, instructions from the playground get overriden. Any idea on how to avoid that? (You can see in the screenshots that the assistant forgot his name when I add the instructions)
No description

Body JSON

Hi, 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?? thank you, (first is a Rest Api Call and not api call). I use flutterflow By @KARIM...

Issue with a Rest API Call trigger

I have an issue with a Rest API Call trigger, I am triggering a webhook from Inoreader with the content of an RSS in Json. When I post it from Postman or Hoppscotch it works, but when it's coming from Inoreader Buildship most times the body has no content. Any idea what could be causing this? I cannot change the way the webhook is sent from Inoreader, is there anything I can change in Buildship to make sure the content is read properly? I tried sending the same webhook to webhook site and this is what is received. ...

embedding supabase

Hey yall has anyone had any success with supabase embedding? Anything different then whats on the video i cant seem to get it to inject the embeddings into the new column. It creates them fine.

performance issue flutterflow existing project

Hello I have a flutterflow project and i heard about BuildShip and Rowy could enhance the performance of my app Im afraid that im going to have to do all the work and api integration that i already did in order to use them I want to ask would i be able to use them without doing any additional rework? And which would enhance the performance of my app? Im having an issue in the overall performance of my app, and when i allow the user to add an image it takes so much time...

Workflow-level Variables

I have a workflow that requires setting a workflow variable depending on few different branches in the flow. How can I achieve this.

Could not send message: Unexpected token 'H', "Hello ther"... is not valid JSON

Hi there, first-time user, never coded before and now learning on the fly with AI by building a web app using Replit. I've added my first chatbot to the web app and it's appearing as expected but when I start talking with the bot it gives me this: "Could not send message: Unexpected token 'H', "Hello ther"... is not valid JSON" I've spent a few hours implementing different ideas proposed by AI but alas, the same issue. How do I resolve it?...
No description

Handle undeclared values in Javascript

I'm trying to take the first not null/defined var i.e. (var1 ?? var2 ?? 'no_value). But the issue I'm running into is var2 is defined in a branch that is not always triggered in the workflow so when the coalesce trys to run it fails saying it does not exist. How should I handle this with Buildship.

Send WhatsApp Message Node not working

Hi guys. I’m trying the Send WhatsApp Message node but I’m struggling with this: When I run the test I got a Success Meta data like Access Token and Sender ID are correct (When I tested changing them to random stuff I got errors)...
No description

Hi All,

I am trying to build an chatbot MVP with build ship and flutterflow. My ask is how to build an API workflow for an AI powered chat that can act as an assistant to build up conversation using previous chat, upsell/cross sell and aid in reducing customer churn and drop off. Also, I assume I need to connect with a database/CRM from where it can retrieve past orders, chat, service tickets and continue with the conversation. Please help....

API call to have openAI with streaming

I am interested to do a streaming assistant but because there's some limitations with the prebuilt openAI streaming node (like I can't do JSON response), I would instead like to do my own API call with the parameter of "streaming": true, like how it was specified on openAI documentation. I tried doing it in buildship but it's not working. Is there any way that I can do an API call to have streaming in openAI?

How can I parse the response of the OpenAI Assistant response so that I could use specific data?

API calls allow me to use the response and the specific data I want with a format like Response.textData. How do I do this with OpenAI Assistant responses? I've tried using the response directly as "Response.textData", parsing the response through the JSON String node, but the data still doesn't come through. Any suggestions?

email trigger & mail forwarding

Is there a spam filter on the email trigger? I'm trying to set up email forwarding from a workspace email. The domain's url ends in .ai . The odd thing is that i can manually forward an email to that address from the trigger, but the automatic forwarding doesn't work. But the responses that are sent using the same email work perfectly. So I'm confused why it's only the process of automatically forwarding messages that doesn't work.

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. ...

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
Next