action sinao_app_cashflow_banks_connect { label: "Get the link to the funnel to connect a bank with Sinao" description: "" provider: sinao method: GET path: "/apps/{appId}/banks/connect" encoding: json output: { type: "object" properties: { url: { type: "string" format: "uri" } } } }