BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Is Send Gmail no longer supported?

The node is missing.
Solution:
Hi @James Currently the Gmail OAuth node is temporarily disabled due to the verification process with the Google in in process. Other available Google OAuth node should be available to use in working state.

Azure Embeddings Issue

Hi there, I need some help. I am trying to send messages from FlutterFlow through an API call to generate embeddings with Azure Embeddings Node. Additionally, I plan to use Azure AI Search for vector search purposes. My request body only contains one parameter named "input" (equivalent to "prompt"). The "prompt" is a JSON variable that captures the user's input, which I aim to convert into embeddings for the vector search in the subsequent node....
Solution:
Hi @Angel Mayr On taking a look at your workflow shared via support, I found that the type for content of OpenAI embedding node was wrong. It should be of only type string or array depending on the model used, as mentioned by Azure documentation. https://learn.microsoft.com/en-us/azure/ai-services/openai/reference. Also, sent you the fix via email....
No description

I am trying to build rest APIs FOR MY AI APP

I wanna be able to put a limit based on how many requests the user is making 1. the user signs up, then will get an api key generated 2. everytime the user makes a request it will be tracked and if they do too many requests we will pause ...
Solution:
Hi @Abed Malak, You can refer to example to implement ratelimit - https://discord.com/channels/853498675484819476/1223445105457889341. Also, we'll come up with a template with the AWS uscase soon....
No description

telegram

When sending the '/start' command to tg bot why its not detecting on buildhship while using if/else statement, ive consoled log the return and its exact the same '/start' .. tried to trim the text but didnt work
Solution:
Hi @SE7EN Console log does not on BuildShip, you'll require to use logging.log or a log node. https://docs.buildship.com/logging https://docs.buildship.com/trigger-nodes/telegram-bot. You can submit your workflow copy via in-app support - https://docs.buildship.com/support-messages....

#saas

Hi there, need information to know if possible to build complete saas system with buildship. Is there some examples of saas to see ? Thx...
Solution:
Hi @Proton, Yes, you can refer to this video for overview on building SaaS apps - https://www.youtube.com/watch?v=muAeab7r15g. Some other usecases - https://buildship.com/case-studies....

Notion page update

Hello, I am still working on my Notion integration and I am coming across a use case where I need to update a Notion page properties. The endpoint is available in the Notion API but I don't see the node integration in Buildship 🤔 Would it be possible to add it? Thanks!...
Solution:
Hi @LDMWEB, I've added the oauth node for update notino page, you can refresh the app and add from the explorer.
No description

Switching workflow deletes wrong workflow

Hey guys, I had a super weird thing happen to me. 1) I selected the workflow 'Untitled Workflow' and deleted it. 2) While it was loading I selected my proper workflow named 'nxtlvl template upload'. Now this happened:...

Just wanting some guidance on MeditationGPT template.

i have tested this workflow multiple times but keep getting an error. Im assuming it is at the Parse JSON step. Any suggestions here? thanks in advance
No description

Cannot read properties of undefined (reading 'uid')

The node works perfectly fine when I run it independently, but when I test the workflow it fails. I have logged all input values, it seems fine. Cant figure this out. Can anyone help?

Text to speech

I'm using the text to speech node, but it outputs a .mp3 file that is 00:00 long. Can somebody help me?
Solution:
It worked. My balance was 0 on my openai account. Thats why it wasn't working
No description

Groq (or custom code) on buildship

So I am trying to use a large language model that is really fast. The Groq APIs (with Mixtral) is the best for my use case. Is there a way to install the groq JavaScript package in an empty node? "npm install" doesn't seem to work #Groq #llm #package installation #👍・feature-request...
Solution:
Hey @thiwa, to import a package, all you need to do is simply include the import statement like:
import Groq from 'groq-sdk';
import Groq from 'groq-sdk';
Also, we have now added a new node for Groq Chat in the Node Library. You'll be able to use the mixtral model with Groq directly by choosing that from the Model dropdown. (To try it out, make sure to refresh your buildship.app, and then add the Groq Chat node from the library.)...

Duplicated a workflow and now neither can build.

Hi! I made a duplicate of a workflow and updated all the pointers to reference the new variables within an identical workflow but I am getting the following error in both workflows now (haven't changed anything in the workflow that was duplicated): "Failed at managing trigger node. Error: projectEnv is not defined"...
No description

Start Using Buildship Product question

Hey, I saw that you launched the AI ​​assistant. I would love to understand what his meaning is for you, how much he is really ready to use, and how much you can really deepen without a code. ...
Solution:
Hi @ron135245, Thanks for giving a detailed description. Yes it should be possible to implement this using Assistant. You can refer to all the usecase of Assistant here - https://docs.buildship.com/ai-models/assistant which do includes on how to connect assistant to any website/app, receive, process and store data in BuildShip storage and use it as knowledge to answer the questions.
No description

Instagram API integration - possible with Buildship?

I'm not asking for someone to explain how. Just whether it would be possible: I'm trying to build a basic backend that gets data from instagram user accounts. For example comments or posts from specific users. Would this be possible with buildship?...
Solution:
You can use these endpoints to generate a node leveraging the AI node generator and build the backend flow to perform CRUD on Instagram data.

Is there any way to get current timestamp?

I need to pass some sort of date in an API, i might want to translate the date to another timezone, or just for now get the current date. Is it possible?
Solution:
Hi @Yogini, you can use the + new Date() to return the current timestamp, it will return in Unix format, you can also convert it to required format as the editor supports JavaScript.

Hi All,

Can I connect BuildShip to a Postgres hosted on AWS and run SQL commands directly to fetch some data? I need to do this directly using a DB cnnection instead of through APIs.

Sending txt file from FlutterFlow to Buildship (newbie here)

My ultimate goal is to send a txt file from FF to BS, and run custom nodes on the content of the txt file (as a string). I created an upload page in FF, first the file is uploaded to local state, then sent via API (Multipart, From Variable (<-- uploaded local file)) to BS. The snackbar says the API call is successful, but cannot really know as it is hard to test the result. I created a very basic BS workflow for testing (one rest api and one return node returning the whole request). (See the result attached) ...
Solution:
Hey @LuigidaBP, we recently added a new rest api file upload trigger that supports multipart form uploads (files). And we have a template to help you get started with it: https://buildship.app/remix?template=basic-file-upload
No description

TTS Websockets

I just noticed the Open AI Streamer node now supports 11 Labs. That's fantastic! What should we use to actually listen to the stream? wss://api.elevenlabs.io/v1/text-to-speech/{voice_id}/stream-input?model_id=eleven_monolingual_v1 ?.. or, our buildship hostname?
Solution:
Hi @Picture Me This, you can use the Eleven Labs Stream TTS Audio Node and listen the stream audio any media player supporting stream eg: vlc.

return values from a rest api call to openai assistant to get generated image from code interpreter

I need to extract values from return node after openai assistant call that uses code interpreter to generate an image of a chart. It does not seem possible at the moment. Please advise!
Solution:
HI @Aleks, return node is the ending point of the workflow where the process will hault. You can instead add the node inside the Assistant Node to generate an image chart, you can refer to this example - https://discord.com/channels/853498675484819476/1214155459158868019/1214473204341538856.