Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 428 Bytes

File metadata and controls

10 lines (7 loc) · 428 Bytes

Example Python Rossum Webhook

This example webhook:

  • Normalizes invoice id to contain only numbers
  • Warns if order id is not in a particular (six digit) format
  • Matches vendor against a vendor list (toy list containing vendors "Roboyo", "Rossum", "Volvo")

Vendor matching demo

To set up the extension, see our Developer Hub guide.