BuildShip

B

BuildShip

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

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Image to text / database extractor

Hi I am new to Buildship, I am looking for a solution to extract data from images to add to database. I am trying to figure out how to build using the Google Vision (I just watch from the youtube of Builtship) that it can be done. Although I do not have any experience in coding or even creating API. I hope some of you here I can engage in a conversation if ever I am stuck on something. Thanks...

Firestore Collection Query with multiple filters : Value for argument "value" is not a valid ...

I would like to filter collection with multiple filters 😄 "Value for argument "value" is not a valid query constraint. Cannot use "undefined" as a Firestore value. If you want to ignore undefined values, enable ignoreUndefinedProperties."...
Solution:
Hi @Link, the object validation node's result here will be false (you can confirm by clicking the green arrow icon). As in Body you are giving an Object but it only accepts and validates object. Due to which in the second node Firestore Collection Query, the value you are referencing from body is breaking (invalid), To fix this, either pass the body as a valid object. ```{...
No description

API header error

I'm trying to make an API call to OpenAI's list messages API. I keep getting the error saying I must provide the header, which I did in the test. There are no options in the node to place the header....
Solution:
Hi @Ada, does the API header requires a special key or is it just a simple Authorization hearder? If it requires a special key, then you'll be require to modify the code logic a bit before providing the custom header directly to make this work. Consider this example of Rapid API with custom header: You can add the key and host directly like this by modifying the headers in the code of the API call node. Ensure to pass their values in the export params and node fields too to make it work. ...
No description

Telegram-bot: Cannot read properties of undefined (reading 'length')

Hi everyone, I am new to Buildship I tried to call OpenAI AI Assistant in Telegram by following this youtube tutorial from buildship : https://www.youtube.com/watch?v=Pz1t1KCnrbs&t=578s...
Solution:
Hi @samlira1705 The error cannot read the properties of undefined reading length shows that the connection is not successfully set up for the Telegram bot, to debug this you can perform a quick test. In a new workflow, you can add the Telegram Bot Trigger and add a return node and in the value return the full object received by Trigger, and then try sending a message to the Bot and confirm if the object is reading the message text in it. You can confirm it by checking the logs - https://docs.b...

how to update subscription status from active to inactive in lemonsqueezy workflow in build ship

Hi .. I have gotten the part where after a user has successfully subscribed it updated the firebase subscription status from inactive to active.. But if the user has failed to pay for the next month, how does the workflow change the subscription status from active to inactive in firebase databases automatically @Harini...

How do I get my secret key

Template : Google Vision
No description

I can't get BuildShip Trigger to Work.

Hey there, i am currently trying to work out how to get the buildshipt tirgger to work. I made two worflows for test purposes. One that has the trigger and simply just is supposed to return a string. The other one should just execute the trigger and return the string. I left the data object empty. Both workflows are "shipped", project id is correct. From tests and logs i was able to gather the following information: 1. trigger exits with error "Fetch Failed" 2. logging the error returns "src property must be a valid json object" 3. the fetch itself seems to work, because not calling it asynchornus returns success but without any return data....
No description

API Key

Hello, I am building a web3 app, and I would like to integrate buildship with Moralis API . But I wonder How to input the API Key inside buildship, is it not in the secret key section? When I input the API key in the authorization, it returns this: { "status": 401,...
No description

Issues with Loop node :c

I am having this error with my flow. I want to get the comments from my posts on my Facebook page, but since it's not possible to get them directly, what I am trying to do first is make an HTTP request to the Meta API to get all the post IDs (in an array) from my Facebook page. Then, I use those IDs to get the comments from each post. Up to this point, it works correctly. Then, I also have a JSON of several objects: {...
No description

Notion database query node not working

Hello! Super excited to build some things with build ship. I am needing to query a notion database for specific fields—and the request seems to hang forever when running it. I have confirmed the DB ID is correct (retrieve DB with same ID immediately returns results), but when adding a filter and using the query DB node it hangs. I've tried a lot of different configurations and fields—including copy / paste from the notion integration docs and updating my fields to match the conditions outlined there. Here's an example filter: ``` {"property":"Date","date":{"equals":"2024-06-07"}}...

I need help with "BuildShip Trigger & Execute Workflow Nodes" - (Not working)

I am trying to use the BuildShip Trigger & Execute Workflow Nodes to create and update Firestore documents, but they're not responsive for some reason. I keep getting the error message: {...
Solution:
One quick thing to check... you must ship the workflow you're trying to trigger (the one with the BuildShip Trigger) before you test it out with the Execute Workflow node.
No description

google sheets not found, database not found

Hi all, I am using the custom functions within AI assistant but for some reasons despite the fact that I am properly authenticated with google it cannot find the google sheets (it did find it once, but it stopped) I have tried all the urls and permissions but it says it can't find the sheet. Same for the Buildship database, I have created a table and when I use get database I enter the collection name but it returns not found. Is the system down or something? thanks a lot for your help.
Solution:
Hi @Stepan_Molchan, it is working for other user's as well. https://discord.com/channels/853498675484819476/1250886176051695656/1253474862182437026. Did logged out form the OAuth node, right? Could you please try on incognito or clearing cache too? As we tested from different accounts and is working fine.

Extract data from social media

Is there a template to extract data from social media profiles?
Solution:
@Grant absolutely. This is possible. I've added a template you can test out for just this: https://buildship.app/remix?template=llm-extract-to-database

No API endpoint after deploying

Hey guys, I seem to be running into an issue where I'm not getting my API endpoint after shipping, any ideas as to why? Cheers!...
Solution:
Hi @adamsardo You can click the link icon to get the endpoint.
No description

"INVALID_REQUEST_UNKNOWN"

Anyone knows what needs to be fixed for this error: { "error": { "type": "INVALID_REQUEST_UNKNOWN",...
Solution:
Solution: Add ? on every parameter's variable Cause: mssing data in Trigger body request...

Tatum SDK

This question is from, is it possible to install the Tatum SDK. Instead of making API calls

Return redirect

Hello! I’m trying to set up a 302 redirect in a custom node. Has anyone successfully implemented a 302 redirect? Any successful examples? (context: incoming API call > workflow > redirect original request to open pre-filled SMS (or technically any url)). Thanks! 🙂

email trigger

Hi nocoders, currently I'm having an issue with the email trigger; I've been trying to get the attachment but with no success. I already get the json using: ${(x)body.fields[attachment-info]} Do you have any idea how to access to: attachment1 > filename ?...
Solution:
Hi @Zarcco, extract the data received from the response of the which you require to an empty script node and then edit the node with the AI to with prompt extract the require data from this json, give the above json as example in the prompt as well. For using with the dot notation, you'll be require to add email variable instead from body, as the body you are referencing it from the request not from the Email Trigger request body. Use this expression. Please note you might encounter while adding this expression in editor, we'll are tracking and will add a fix soon....
No description

Post request validation: "Unsupported type: array"

Hi, I'm trying to validate a post request body, this the the validation: `[ { field: 'title', required: true, type: 'string' }, { field: 'valueA', required: true, type: 'number' },...