Get secure accounting updates into your system without manual work. Incoming events from Xero are checked for authenticity, saved in Claris FileMaker, and handed to a script for fast follow up. Teams that track invoices, contacts, or payments in a custom FileMaker app will see faster handling and cleaner records.
An HTTP endpoint receives each Xero webhook with the raw body kept intact. A SHA256 HMAC is computed using your secret and compared to the Xero signature header. Valid requests get a 200 response right away, then the raw JSON is written to the Webhooks layout in FileMaker. A FileMaker script named processWebhook runs next and receives the new record id so your app can take action. If the signature check fails, a 401 response is returned and nothing is stored.
Setup is simple. You need a Xero webhook key and a FileMaker account with API access. Put the secret in the hash step, connect your FileMaker credentials, and point the Xero webhook to the n8n URL. Expect lower handling time, fewer errors from copy and paste, and a clear audit trail in FileMaker for every accepted event.