Tool to retrieve business invoices from Meta Marketing API. Use when you need to fetch invoice data for a business including amounts, due dates, and payment status.
idRequiredstringID of the business to retrieve invoices for
typestringType of invoice from OmegaCustomerTrx.Type enum.
afterstringCursor for forward pagination.
limitintegerMaximum number of results to return per page.
beforestringCursor for backward pagination.
root_idstringRoot ID for filtering invoices. Use string form — Meta/Business IDs can exceed JavaScript's 2^53 safe integer limit and lose precision when an LLM JSON-parses them as `int`.
end_datestringEnd date for filtering invoices (YYYY-MM-DD format)
invoice_idstringSpecific invoice ID to retrieve
start_datestringStart date for filtering invoices (YYYY-MM-DD format)
issue_end_datestringIssue end date for filtering invoices (YYYY-MM-DD format)
issue_start_datestringIssue start date for filtering invoices (YYYY-MM-DD format)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.