What is the problem?
If Tripletex integration provides a function of creating an invoice from an order?
What have you tried so far?
I have to create an custom Http request (put /order/{id}/:invoice) in Make to create an invoice.
Karmic
3
Tripletex does support “create invoice from order”
Tripletex API Documentation
In that page, look for the invoice operation under Order (PUT /order/{id}/invoice)
It’s the endpoint you call from Make.com (via Tripletex > Make an API call) to create an invoice from an existing order.
Let me know how it goes!