Skip to main content
Fly ERP is a comprehensive enterprise resource planning system that helps businesses manage their operations, including sales, inventory, financial transactions, and customer relationships.

Configuring Fly ERP as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Fly ERP option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need to provide the following credentials to connect to Fly ERP:
  • API URL: The base URL of your Fly ERP instance (e.g., https://empresa.fly erp.com.br)
  • Auth Token: The bearer token to authenticate against the Fly ERP API service. Check this doc to understand how to generate the token.
  • Start Date: The earliest record date to sync for Vendas and VendasItens streams.

2. Select streams

Choose which data streams you want to sync - you can select all streams or pick specific ones that matter most to you.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Fly ERP and their corresponding fields:
Stream for managing bank accounts and balances.Primary key: id
FieldTypeDescription
codigoIntegerBank/account code
descricaoStringBank/account description
idIntegerBank/account ID
id_filialIntegerBranch ID
saldoNumberCurrent balance
Stream for managing customer and supplier information.Primary key: id
FieldTypeDescription
bairroStringNeighborhood
cepStringZIP code
codigoStringCustomer/Supplier code
codigo_cidadeStringCity code
contato_nomeStringContact name
contato_telefoneStringContact phone
contatosArrayList of contacts (nome, telefone, email, vinculo_funcao)
cpf_cnpjStringCPF/CNPJ (tax ID)
data_cadastroStringRegistration date
data_ultima_compraStringLast purchase date
emailStringEmail address
enderecoStringAddress
enquadramento_pessoaStringPerson classification
estadoStringState
idIntegerCustomer/Supplier ID
id_condicao_pagamentoIntegerPayment condition ID
id_forma_pagamentoIntegerPayment method ID
id_importacaoIntegerImport ID
id_operacao_saidaIntegerOutput operation ID
id_vendedorIntegerSales representative ID
ids_vendedoresArrayList of sales representative IDs
ie_rgStringState registration/ID
nome_fantasiaStringTrade name
ramo_atividadeStringBusiness activity
razao_socialStringCompany name
situacaoStringStatus (A=Active, I=Inactive)
telefoneStringPrimary phone
telefone2StringSecondary phone
Stream for managing payable accounts.Primary key: id
FieldTypeDescription
codigo_banco_contaIntegerBank account code
codigo_categoriaIntegerCategory code
codigo_fornecedorIntegerSupplier code
codigo_plano_contasIntegerChart of accounts code
data_emissaoStringIssue date
data_ultimo_pagamentoStringLast payment date
data_vencimentoStringDue date
descricao_banco_contaStringBank account description
descricao_categoriaStringCategory description
descricao_plano_contasStringChart of accounts description
idIntegerAccount ID
id_filialIntegerBranch ID
id_fornecedorIntegerSupplier ID
nome_fornecedorStringSupplier name
numeroStringAccount number
numero_notaStringInvoice number
observacaoStringNotes
parcelaIntegerInstallment number
valorNumberAccount value
valor_abertoNumberOpen amount
valor_desconto_pagoNumberPaid discount amount
valor_juros_pagoNumberPaid interest amount
valor_pagoNumberPaid amount
Stream for managing receivable accounts.Primary key: id
FieldTypeDescription
codigo_banco_contaIntegerBank account code
codigo_categoriaIntegerCategory code
codigo_clienteIntegerCustomer code
codigo_plano_contasIntegerChart of accounts code
cpf_cnpj_clienteStringCustomer CPF/CNPJ
data_emissaoStringIssue date
data_ultimo_pagamentoStringLast payment date
data_vencimentoStringDue date
descricao_banco_contaStringBank account description
descricao_categoriaStringCategory description
descricao_plano_contasStringChart of accounts description
idIntegerAccount ID
id_clienteIntegerCustomer ID
id_filialIntegerBranch ID
id_notaIntegerInvoice ID
link_boletoStringBank slip link
link_faturaStringInvoice link
nome_clienteStringCustomer name
numeroStringAccount number
numero_notaStringInvoice number
observacaoStringNotes
parcelaIntegerInstallment number
url_pagamentoStringPayment URL
valorNumberAccount value
valor_abertoNumberOpen amount
valor_desconto_pagoNumberPaid discount amount
valor_juros_calculadoNumberCalculated interest
valor_juros_pagoNumberPaid interest amount
valor_pagoNumberPaid amount
Stream for tracking financial movements.Primary key: id
FieldTypeDescription
codigoIntegerTransaction code
codigo_banco_contaIntegerBank account code
codigo_categoriaIntegerCategory code
codigo_clienteIntegerCustomer code
codigo_plano_contasIntegerChart of accounts code
complementoStringAdditional details
dataStringTransaction date
data_emissaoStringIssue date
data_ultimo_pagamentoStringLast payment date
data_vencimentoStringDue date
descricao_banco_contaStringBank account description
descricao_categoriaStringCategory description
descricao_plano_contasStringChart of accounts description
idIntegerTransaction ID
id_clienteIntegerCustomer ID
id_contas_a_pagarIntegerAccounts payable ID
id_contas_a_receberIntegerAccounts receivable ID
id_filialIntegerBranch ID
link_boletoStringBank slip link
nome_clienteStringCustomer name
nome_filialStringBranch name
numeroStringTransaction number
numero_notaStringInvoice number
observacaoStringNotes
parcelaIntegerInstallment number
valorNumberTransaction value
valor_abertoNumberOpen amount
valor_desconto_pagoNumberPaid discount amount
valor_juros_calculadoNumberCalculated interest
valor_juros_pagoNumberPaid interest amount
valor_pagoNumberPaid amount
Stream for managing product groups and subgroups.Primary key: id_grupo
FieldTypeDescription
codigo_grupoStringGroup code
descricao_grupoStringGroup description
id_grupoIntegerGroup ID
subgruposArrayArray of subgroups containing: codigo_subgrupo, descricao_subgrupo, id_subgrupo
Stream for managing products and services.Primary key: id_produto
FieldTypeDescription
codigo_alfa_numericoStringAlphanumeric code
codigo_numericoStringNumeric code
custo_medioNumberAverage cost
custo_ultima_compraNumberLast purchase cost
estoqueNumberStock quantity
id_grupoIntegerGroup ID
id_marcaIntegerBrand ID
id_produtoIntegerProduct ID
id_subgrupoIntegerSubgroup ID
nome_grupoStringGroup name
nome_marcaStringBrand name
nome_produtoStringProduct name
nome_subgrupoStringSubgroup name
preco_vendaNumberSale price
quantidade_reservadaNumberReserved quantity
referencia_principalStringMain reference
tipoStringType (product or service)
unidade_medidaStringUnit of measure
Stream for managing sales invoices.Primary key: id_nota
FieldTypeDescription
codigo_clienteIntegerCustomer code
data_emissao_notaStringIssue date
id_notaIntegerInvoice ID
numero_notaStringInvoice number
numero_pedido_vendaStringSales order number
razao_social_clienteStringCustomer company name
serie_notaStringInvoice series
tipo_notaStringInvoice type
valor_notaNumberInvoice total value
Stream for managing sales invoice items.Primary key: id_item
FieldTypeDescription
codigo_clienteIntegerCustomer code
codigo_produto_alfanumericoStringProduct alphanumeric code
codigo_produto_numericoStringProduct numeric code
data_emissao_notaStringIssue date
id_itemIntegerItem ID
id_notaIntegerInvoice ID
id_produtoIntegerProduct ID
nome_produtoStringProduct name
numero_notaStringInvoice number
quantidade_itemNumberItem quantity
razao_social_clienteStringCustomer company name
serie_notaStringInvoice series
tipo_notaStringInvoice type
valor_desconto_itemNumberItem discount value
valor_desconto_nota_itemNumberInvoice discount value for item
valor_notaNumberInvoice total value
valor_total_itemNumberItem total value
valor_unitario_itemNumberItem unit value
Stream for managing sales representatives.Primary key: id
FieldTypeDescription
ativoBooleanActive status
cnpj_cpfStringCPF/CNPJ
codigoStringSales representative code
codigos_condicoes_pagamentoArrayList of payment condition codes
emailStringEmail address
idIntegerSales representative ID
nomeStringSales representative name

Data Model

The following diagram illustrates the relationships between the core data streams in Fly ERP. The arrows indicate the join keys that link the different entities.

Skills for agents

Download Fly ERP skills file

Fly ERP connector documentation as plain markdown, for use in AI agent contexts.