BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

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)...
Solution:
Hi @Murilo Ravani, actually, its WhatsApp API rule, you'll require to verify the sender and the recipients number in your WhatsApp Business Suit Dashboard and then send a test request from the dashboard to establish the connection. Instead we suggest you to use the Autoresponder template, which should work flawlessly - https://docs.buildship.com/trigger-nodes/whatsapp-bot...
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. ...
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