Using FileMaker with n8n and API Integration for JSON Payloads

LOGGIX - Jeroen:
When using N8N we can reach FileMaker but need the traditional “fields on a layout” methode to get the right data. I would like to call my business file through the Helper File like the BF-IDE does and get nice payloads of JSON based on the UtilityHook principle… Is that possible?


Delfs:
sure is, you want to run a script called scriptservice.script ( or something like that). and pass a similar shaped payload.
Alternatly uou can also call the BF /api too. (Easier)


LOGGIX - Jeroen:
Oh of course the BF/Api and return JSON, thanks I will give it a try!