Questions tagged [built.io]

Built.io is an API-first enterprise suite that offers an iPaaS (Built.io Flow), Headless CMS (Built.io Contentstack), and mBaaS (Built.io Backend). It champions microservices and APIs and is optimized for IoT, mobile and web.

Built.io is an API-first company that favors microservices so you can build your dream stack. You can use their products together or separately.

Built.io Flow is an iPaaS with a cloud-based drag and drop interface. It has two products, one for business users (Built.io Flow Express) and one for technical users (Built.io Flow Enterprise). You can connect any service, device, or product to connect systems that don't work together out of the box or build automated workflows. This is useful for companies who are trying to connect legacy systems to newer cloud technology or people who are looking to innovate in the IoT space.

Built.io Contentstack is a Headless CMS that decouples code from content. Especially for companies moving towards IoT, who need to deliver content omnichannel (smart watches, teleprompters, etc.) and who are working on mobile apps - using an API-first CMS is a good way to scale up quickly.

Built.io Backend is an mBaaS (or just BaaS) that has a pluggable architecture to build in whatever microservices you want into your database / backend. The way Built.io Backend works is to connect your app with their servers, using a SDK or REST APIs. You can then use built.io as your datastore, rely on it for your data validation and security needs, upload files, push notifications…in short, you can do everything that you used to rely on a backend for.

Built.io Backend features a complete set of functionality, such as:

  • Data storage
  • Advanced queries on your data
  • File Storage
  • ACLs (Access Control Lists) for security of your data and files
  • Analytics
  • Webhooks, as an integration mechanism
  • Push Notifications to iOS and Android devices
  • CMS

Official API Documentation

built.io Forum/Community

Forum/Community

11 questions
1
vote
1 answer

CORS missing 'Access-Control-Allow-Methods'

I have configured an OpenApi endpoint, but some services fail to connect. For example Built.io Flows can read the OpenAPI spec (JSON), but crashes when I select an operation, and Azure logic apps tells me there is a potential CORS issue when…
Aaron
  • 826
  • 10
  • 22
1
vote
0 answers

What providers is better for mobile backend private API hosting?

I'm looking at creating a private API for my mobile app to interact with my postgres db. But I have no idea what hosting should I go for? I looked around and shortlist Amazon Mobile Hub, Backendless, and Built.io Which is better among the three?…
user8706644
  • 47
  • 1
  • 9
1
vote
2 answers

How to add built.io query data to Angularjs $scope

I am new to Angular and am trying to get data from a built.io class and add it to $scope in angular. I have worked through all the beginning Egghead examples and AngularJS tutorials but haven't worked this out yet. Console shows that the json is…
Zumojugo
  • 33
  • 5
1
vote
3 answers

How can I get the list of all the files uploaded in my built.io application?

I have made an iOS application using built.io. There are several files uploaded in the application. However, i am unable to get the list of all the files uploaded in the app. Could anyone please help?
1
vote
1 answer

Built.io upload progress - android

I want to show progress of my file upload. I use built.io to store my files, but really don't know how I can show progress, because I think built.io does not support this. This is how I send file: final BuiltFile builtFileObject = new…
Satu
  • 23
  • 4
0
votes
1 answer

Built.io integration failed in iOS application due to ambiguous method call error

I am trying to integrate built.io in iOS application using Xcode 9.1 and swift 4 but it failed due to ambiguous save call error, although I have only called this method once still it says ambiguous call. I am unable to identify the problem. I…
0
votes
1 answer

After adding a route programmatically, when any route is accessed, angular throws an error when back button is pressed

My problem is that after adding the below code, which adds dynamic routes to my web app, my back key throws an error that i cannot diagnose. This is a simple provider method i came across a while back that adds this…
0
votes
1 answer

Built.io Flow Http statement

In Http Get statement after posting information to a web server, I get a token back. I need to read that token. How do I read that token? Then Will I need to construct another URL based on that token (as a query) and send it to the next step? Is…
Jokoso
  • 1
  • 2
0
votes
1 answer

Why posting new BuiltFileObject clears array of BuiltFileObject from built app? Did i miss anything?

I am fetching BuiltClass from my built app through SDK and I get list of built file objects in it like e.g: List Below listed properties I get from BuiltFileObject: app_user_object_uid, content_type,file_size,filename, tags[], uid…
nikhilgohil11
  • 1,185
  • 15
  • 26
-1
votes
1 answer

Making built.io calls from Spring

I have a spring web service which gets data from a form and I am using built.io to store the information. I am not sure how to create built.io objects from my spring client. Do I need to make a rest call with a json object from spring or is there a…
Rajesh K
  • 51
  • 1
  • 9
-2
votes
1 answer

Execute a shell script using built.io flow

I want to run a shell script on one of my Linux instances. I need the ability wherein I can invoke this script over a HTTP call. Came across an app which enables this (built.io flow). Can someone guide me to set up connection to my server and get…
Rohit
  • 5,631
  • 4
  • 31
  • 59