FileMaker
FileMaker integration on indie.money — retrieve and manage records via the FileMaker Data API
Written By pvdyck
Last updated About 1 hour ago
FileMaker
✅ Supported — retrieve and manage data from the FileMaker Data API.
Credential Setup
When configuring the FileMaker API credential in Secure Vault, provide:
- Host — the FileMaker Server hostname your database is published on
- Database — the name of the FileMaker database (the
db) - Login — the account name used to authenticate against the Data API
- Password — the password for that account
Operations
The FileMaker node works against a database layout and supports these actions:
- Create Record — add a new record to a layout
- Edit Record — update an existing record by its internal record ID
- Duplicate Record — copy an existing record by its internal record ID
- Delete Record — remove a record by its internal record ID
- Get Records — return a range of records from a layout (with offset and limit)
- Get Records By ID — fetch a single record by its internal record ID
- Find Records — query records on a layout using find criteria, sorting, and paging
- Perform Script — run a FileMaker script on the database
Compatibility
All operations supported.