I am working with a client who will be using UiPath to extract specific fields from invoices. We intend to use UiPath’s webhook functionality to send this data to another system for processing.
I’m looking for information about how the payload of the webhook will be formatted, specifically for a scanned PDF with fields.
Hi, @carlton.jacobson For a scanned PDF with extracted fields, the UiPath webhook payload is a JSON object. It includes key-value pairs where keys are the field names like invoice number, date, total and values are the extracted data. If there are tables like line items those are arrays inside the JSON.
So, expect a clean JSON structure with all your extracted fields ready to use.
Thats the exact payload format you get with a scanned invoice extraction webhook.
If you want to see it for your specific invoice running a test webhook in UiPath is the best way.