Matthew - I have a funtion call for my OpenAi A...
I have a funtion call for my OpenAi Assistant, but it uses python. How would i implement that in my assistants template?
Solution:
Hey @Matthew, currently on NodeJS scripts are supported.
_+_ - @Gaurav Chadha can you explain in more de...
@Gaurav Chadha can you explain in more detail how to send multiple email recipients to the sendgrid node? using a loop will make 3 separate calls to sendgrid right? the template accepts up to 100 emails, is it a Buildship node limitation that only one address can be entered?
Solution:
Hi @+ , You can use the loop node and send the array from body, and pass the
item
in the Sendgrid node. to address.justoc - Hello,Can someone help me? I was foll...
Hello,
Can someone help me? I was following the tutorial for the Flutterflow app with Buildship that creates Notion notes.
However, the notes are not appearing there.
What is the reason?...
rdmtv - Hey everyone,I’m looking to collabora...
Hey everyone,
I’m looking to collaborate with talented developers who have substantial experience with Buildship and/or Rowy.
We are a ecommerce company, trying to improve alot of repetitive workflows.
Recently trying to scale and build a dev team that focuses on building alot of Buildship and/or Rowy workflows....
Solution:
Hi @rdmtv 👋 great to hear, you can explore all the BuildShip experts here: https://buildship.com/experts
Matthew - Has anyone tried out the Flutterflow ...
Has anyone tried out the Flutterflow OpenAi Stream Response node?
Solution:
Yes did you have chance to checkout my video which implements this node with FlutterFlow? https://youtu.be/HVWWEaWRgo8
brazley - If I built a WhatsApp/Telegram bot, c...
If I built a WhatsApp/Telegram bot, could I use the monetize gpt template to monetize the bot the same way the video tutorial shows you could monetize a gpt within Chatgpt?
Solution:
Hey @brazley - yes you can do that. It generates a custom stripe payment link so should be similar and useable from Whatsapp and Telegram as well.
Zorro - Hello, in this connector function, doc....
Hello, in this connector function, doc.ref.path is currently a string in Firestore, but I want it to be a reference type. How can I achieve this? Thanks!
![No description](https://cdn.answeroverflow.com/1239950226496950292/Screenshot_2024-05-14_at_16.38.10.png)
Matthew - Has anyone successfully used the flut...
Has anyone successfully used the flutterflow streaming response node yet?
Joy - when will the openai assistant node work ...
when will the openai assistant node work with v2 gpt40
Solution:
Can you delete and add the assistant again, seems you are still using the v1.
serge - hello, i would like to know if stripe i...
hello, i would like to know if stripe in Buildship supports TWINT payments, as it require for one of my client
Enno - Anyone here who can help me get my Teleg...
Anyone here who can help me get my Telegram Bot with Memory Collection to work? Willing to pay via Paypal
Solution:
Hi @Enno, you can use AI Assistants and BuildShip database nodes to store the history. Example: https://discord.com/channels/853498675484819476/1238914349716738259/1239324479419715634. You can also connect with our BuildShip experts for paid work : https://contra.com/buildship
kid vicious aka clonazepunkk - I have a form te...
I have a form template and two different users enter it and I want to send them an http request for a template that says that the data entered is wrong through a button and I want to tell the other user that it is fine. Obviously these two users would be independent
user 1 | buttom bad |buttom good | > click action > send buttom good
user 2 | buttom bad | buttom good | > click action > send buttom bad
and redirect to their respective template...
kid vicious aka clonazepunkk - I'm still new wi...
I'm still new with nocode, any explanatory video or document about connecting my flutterflow code with buildship?
It's a simple form i wanna send backend data to telegram...
Hunter1244EL - Will the new gpt-4o model work o...
Will the new gpt-4o model work out of the box? just wondering if anyone has tested
import OpenAI from "openai";
const openai = new OpenAI();...
Sleetza - Hey 👋 is it correct Buildship is pr...
Hey 👋 is it correct Buildship is primarily node.js? I want to know because I have problems exporting custom functions in nodes to workflows (works isolated in test mode but not in the full workflow). Thx 🪴