Mysterious input variables of preset nodes
In some nodes (for example the Gemini "Multimodal" node and other Gemini nodes) I can see some input variables in the default function like "kbIntegrationKey" or "sessionKey" etc...
Where do they come from?
And how can I use the kbIntegrationKey in a custom node...so I have this little "key" icon at the top right of my node so I can either use BuildShip credits or my own key?
I am just trying to have a Gemini node that has both a system_prompt input and an image input, but I cannot solve this because I am so lost about these mysterious input variables....
Modify webhook behavior
We get spammed with 9 calls if our system is under load and can't respond in time. We want to be able to configure which statuses (call_started, call_ended, call_analyzed) actually send webhooks. That'd minimize our problem by 66%.
Other issues are how fast the webhook retries. We're seeing retries within a second, very often.
Potential methods to achieve this:...
Request to remove CometAPI Community node
I am the official development engineer of CometAPI. Since I don't understand the community node policy of the building ship, I uploaded duplicate nodes that cannot use the correct logo. I hope the building ship official can help me remove these four nodes. Thank you very much。
In addition, I believe it would be more reasonable to provide publishers with the option to delete!...

Awaiting Status
Hi everyone,
I have a fairly complex workflow with multiple loops. Everything executes correctly up until the very last step, which is an API call. Previously, it returned correct responses, but now it just gets stuck.
When testing, it doesn’t throw any errors—it just stays in “Awaiting Status” or “Running” indefinitely. Interestingly, these API calls don’t even appear in my log reports, so I’m not sure what’s going wrong....
Possible bug with secret key creation
Hi everyone,
I might have run into a bug (or maybe I’m missing something).
When I create a new secret key in Buildship, the key itself is created successfully, but the value inside doesn’t get saved.
Has anyone else experienced this? Is it expected behavior or am I doing something wrong in the setup?
Thanks in advance for your help!...

Gmail trigger
Hi all,
Since this week I'm having problem with a gmail trigger, it's not activating. I received an new email, I see it on my inbox, but the trigger do nothing. On the logs only shows that last time it works (2025-08-17).
I use other gmail nodes (send email) and that is still working, so I can rule out a problem with my credentials. I Already delete the trigger, add it again.
...
Solution:
Hi @Felipe the issue is resolved now, you can re-ship the flow and send an email and then click get data it will work

Return actual image data as workflow response
I am in need of a workflow that is able to return actual images when called via a HTTPS call. I can't figure out how I can return an actual image as the response of such a workflow. Is there anyone that can point me in the right direction?
Could not validate flow, but tests successful
Tests for each node and for the entire flow succeed with expected output. However, unable to ship as we are receiving this error:
Flow error:
Something went wrong. Could not validate workflow.
...
Buildship Down?
I can´t access the website app.buildship.com, I'm getting this message "The connection has timed out", the main site buildship.com it's working for me. Also, I got an email everyday pass midnight with info to be processed that I deal with using a flow, but last night doesn't run, but I can't access the app to see the problem
Cant access all my flows and Ive been made to onboard over again
Please I meed help. I am not able to access all my flows in my account and Ive been made to onboard over again after trying to login. Please how do I fix this and why is this happening?
Question about credit calculation for keyless nodes
Hello everyone,
I recently ran a workflow using a Claude 3.7 Sonnet keyless node in Buildship.
The workflow took about 11 seconds to complete, so I was expecting the cost to be around 11 credits based on the usual “1 credit for the first 3 seconds, then 1 credit per additional second” rule.
However, I saw in the documentation that keyless nodes might work differently in terms of credit calculation.
Can you confirm if keyless nodes are calculated in a different way than the standard time-based credit system?...
Questions about custom domains and project limits in BuildShip
Hello everyone, I have two quick questions:
About custom domains
Is the custom domain feature applied per workspace, per folder, per workflow, or per project?
About projects per workspace
How many projects can we create within a single workspace? Is there any limit?...
loop
I am looking for some help on a buildship workflow. I have a firebase query that returns a filtered array of documents form a collection called "users". I then try to pass that array to a loop and inside that loop I use the flutterflow push notification send a push notification to the user, using information from the firestore documents in the array passed to the loop.
My problem is that I am unable to select fields inside the documents in the array passed to the loop. For instance I want to pull in the data from the word_title field for the Title of the push notification and summary_word for the Message field of the notification. I am unable to access that data from the array. Could you help?
I have tried using variables but I am unable to drill down into the loop items to select the correct fields. I have also tried to use dot notation to select the correct fields, such as "Title: {{item.reminder_list[0].word_title}}" or "Message: {{item.data.reminder_list[0].summary_word}}", but to no avail....
openAI assistant
It seems like the openAI assistant node is buggy. I looked at the code and it calls the open ai retrieve function as follows:
I checked in the openai documentation and the parameters are supposed to be passed in a different way.
I actually see the error, I keep getting an error message telling me that the thread_id is undefined (even though the thread does exist) and in fact the url that it runs is wrong. I has the thread id in the place of the run id, and the thread id is undefined. ...

Unable to delete workflow
Hello everyone,
I'm trying to delete all the resources linked to my Supabase integration, but I keep getting this error:
Failed to delete all resources of SupaBase integration
Because of this, I'm unable to delete the associated workflows....

Step1?
So I'm starting from scratch and I'm not sure where to begin my journey as an AI Automation Agency entrepreneur. Can someone suggest me what all steps would be better and how can I fasten the process?
Thanks...
Meet 400 when using Anthropic ai chat
400 "400 Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."
ELEVEN labs api working but not giving 401 request in flow
i have tested with curl command but in the buildship its failing
i m using Elevan labs text to speech buffer it open ai is correctly passing text to elevan labs but 401 error @Gaurav Chadha...

FlutterFlow Supabase Auth
I want to securely connect users to my FlutterFlow application using the buildship trigger and using supabase auth
.. I'm stuck as to how I am supposed to do that. Many tutorials onl show how to connect using the trigger but for workflows that do not require authentications.. Is there a comprehensive guide on how to achieve this?...