Trigger-Webhooks Rossum Scenario Technical Issue

I am trying to set up a scenario where exporting a document in Rossum instantly triggers the Webhook function and the data fields (Invoice issue date, Vendor name, Due date, Amount due, Currency) from the exported document are added to a google sheet in a specific order. I keep on encountering the same error message when running this scenario.

Any suggestions or potential solutions would be much appreciated.

See below screenshots for reference:



Can you share what your webhook response looks like? From the initial looks you are getting annotation as a collection from webhook.

What you can is, if the annotation is a collection and have a URL or ID then you can use get(annotation;id) or get(annotation;url) function if it is not showing in the response during mapping.

1 Like