QNA - Make integrations

πŸ›‘ Array VS String

In some cases, the API response contains multiple lines of data. For example NACE codes for companies or List Addresess around GPS module. In these cases you need to use a little bit of Make.com magic.

πŸ›‘Where are my data?

In some cases, you might attempt to retrieve data from our API using the wrong module or an incorrect format. For example, if you are using the Get a Company module but fail to provide the correct information - such as a non-existing ID - Make.com will send a request to our API, but we won’t be able to return the proper data because the requested company does not exist.

As a result, you might face an issue where the number of responses and the data you receive doesn’t match the number of queries you sent.

To ensure the validity of company information and avoid such cases, we recommend using the Validate a Company module, to ensure the validity of your data sets.

πŸ›‘ Error 400 in make

The value you are trying to validate does not have the correct format. For example - you are trying to validate a number, but you are calling a text string, etc.

πŸ›‘ Incorrect / insufficient inputs

Every validation needs its specific values or their combination. If you are strugling to call them - loot into the https://foxentry.dev/reference/intro into the FOXENTRY API REFERENCE into specific calls for their β€œprerequisites”.

πŸ›‘ Status values

Further status values for Foxentry errors can be found on foxentry.dev in FOXENTRY API REFERENCE - https://foxentry.dev/reference/intro