I found a link to do a very similar task: https://thinkaboutit.be/2023/03/how-do-i-get-business-central-pdf-documents-in-power-automate/
He is using standard api 2.0 to get pdf from path: salesInvoices/pdfDocument/pdfDocumentContent
I want to automatically send email after posting an invoice, so I looked into PostedSalesInvoice table and path, (microsoft/automate/v1.0), but there is no item in that path.
anyone could help me with this? do I need to do extra settings before I can get pdf from that path or I need another solution to achivve this?