To use ChargeOver integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to ChargeOver to query the data you need using the URLs you provide, for example:
after setting up the HTTP Request node for ChargeOver, you can create a new customer by using a POST request to the appropriate ChargeOver endpoint with the required JSON payload. For retrieving invoices, simply switch the HTTP method to GET and utilize the relevant URL parameters to filter the results based on your criteria. Additionally, you can update existing records using a PATCH request with the necessary data to the specific record's endpoint.