getCustXeroID(c : Customer)

This function works as part of the integration which sends invoices and credit notes from Ninox to Xero

As of June 2021

It works by generating JSON data from the customer record in Ninox

This data is in the form:

{
  "custRec": "the id of the customer record in Ninox",
  "custName": "the name of the customer",
  "custE": "the customers email",
  "custP": "the customers phone number"
}

It then sends the data via webhook to the findXeroCustID() Integromat scenario