BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Mikban - I’m very early in my no code LLM explo...

I’m very early in my no code LLM exploration but is there anything fundamentally that https://www.langflow.org/ can do that buildship can’t? It seems buildship can do what langflow can do and more? Please help me understand

!CarlYouKilledIt - is it just me or do the logs...

is it just me or do the logs not always register when running in production

Elder Marx - there is any way to install builds...

there is any way to install buildship on my server?
Solution:
Hi @Elder Marx We have BYOC (Bring Your Own Cloud ) where we can provide you with a custom offering via our "Bring Your Own Cloud" Plan, which will allow you to host it to your own GCP server in the desired region, configure your Cloud Run, have unlimited execution hours, and handle massive workflows or operations on your own GCP server. So there will be no issues in scaling for any number of users as it will hosted on your own infrastructure. We do provide premium 1:1 onboarding and technical support on Enterprise plans.
You can email us at Sales: sales@buildship.com for more queries related to enterprise offerings....

Yehya - I want to build AI assistant node but w...

I want to build AI assistant node but with gemini . Is that possible?

Yehya - Hi , i am looking to hire a buildship d...

Hi , i am looking to hire a buildship developer, must be capable of AI assistant work flow Please chat me Thanks...
Solution:
Hi @Yehya, you can find verified BuildShip experts here - https://contra.com/buildship.

ruben.romero - How can i unpublish a flow? I do...

How can i unpublish a flow? I don’t see any button for that and i have a flow that is running out of control!
Solution:
If you remove the trigger then republish it that should work

Jeeralal Jalaybeewala - Hey guys I have been tr...

Hey guys I have been trying to link my supabase account with buildship

Thomas - is https://buildship.app/ down?

Solution:
OK - works wis vpn North America

Victor Giron - What would be the best way to se...

What would be the best way to send emails with sendgrid through SMTP in Buildship?
Solution:
HI @Victor Giron, You can try by including a named header X-SMTPAPI in the sendgrid node logic when sending email. Docs on how to setup and enable SMTP on SendGrid - https://www.twilio.com/docs/sendgrid/for-developers/sending-email/building-an-x-smtpapi-header.

Jorge - Hello people! here a Hispanic developer...

Hello people! here a Hispanic developer without code. Has anyone managed to create a template that receives text in one language and returns in 5 different languages ​​using buildship and the openai api?
Solution:
Hi @Jorge, You can simply use GPT Text Generator node or Assistant for this. Here's a sample workflow you can use. https://buildship.app/remix/ed041073-4145-4058-9440-d8a21d58e8d7.

ubercool - Advisory: Beware of "developer consu...

Advisory: Beware of "developer consultants" who claim to be able to help you with a project here. There are many grifters on Discord. Take it from someone who just learned his lesson.
Solution:
Hi @ubercool, Thanks for highlighting this, Yes, its important to share this advisory. You can find all the verified BuildShip Experts here at - https://contra.com/buildship.

Olle Spegel - Hi!I have 2 questions:1. Is i...

Hi! I have 2 questions: 1. Is it possible to make the bot write first once a user jumps in to the conversation?...
Solution:
Hi @Olle Spegel, could you please ellaborate on 1st point? What do you refer by jumps into the conversation? Ideally the bot will respond to the question sent first. For 2nd. You can customize the styles of the bot by editin the CSS variables - https://github.com/rowyio/buildship-chat-widget/?tab=readme-ov-file#customizing-the-widgets-appearance-optional

tunahaviet - Hi team, I am have trigger with ...

Hi team, I am have trigger with path sample: /api/v1/fid/:id How I can get :ID in return response ...
Solution:
Hi @tunahaviet, 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 Method: GET (or POST, PUT, DELETE depending on your requirement) With the above configuration, if a request is made to a URL like https://my-project-id.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 this variable within your workflow using the request.pathobject....

RA1DEN - Hello all! Wondering if there's a tr...

Hello all! Wondering if there's a trigger to create a table in supabase and/or a bucket in supabase storage?...

ruben.romero - Hello! Does anyone knows how to ...

Hello! Does anyone knows how to send audio, photo, video or stickers using whatsapp node? I know is possible through Rowy and assistants, but i would like to do inside a normal flow, thank you!

!CarlYouKilledIt - has anyone implemented the a...

has anyone implemented the anthropic messages api? similar to groq or gpt assistants api
Solution:
Hi @!CarlYouKilledIt, You can use the Claude AI Text Generator node, it uses anthropic message api. The Assistant is also available for Claude.

adrfinance - Is it possible to stop the executi...

Is it possible to stop the execution of a workflow when it is running? @Gaurav Chadha
Solution:
Deleting the workflow should terminate the production execution. Note: to take a copy of your workflow, we'll improve the ux this.