CFO allows to connect with external apis aggregating buttons to connect with them
Example to generate a report from a list
In buttons we add it as type:external-api with the following this structure:
"buttons": [
{
title: "Export Alisys' contacts"
type: "external-api"
api: "<https://api.cloudframework.io/cfi_helloteca/v1/cfo/exportccx>"
}]
The system will add the fields of the filters to the URL:
And it will do [GET] call
The response from the API has to have a compatible structure with a CFO APP.