Cozemble is a "data and process canvas". You can build a "graph" of the data in a business: customers, orders, invoices, bookings etc. That gives you a data management capability - an autogenerated database and user interface.
Some of the "slots" in the graph can be http calls. Http call slots can make use of data anywhere around them in the data graph for inputs, and you can make the results of a http call to anywhere in the data graph.
The final piece is, for any given slot, you can assign events to emit from it based on conditions. "if this value changes, emit event X".
Other slot types can subscribe to event, and kick off activities. So, this beautiful mix of data slots, events, and http slots allows anyone to model any data structure in a business and any and all business processes associated.