PipedreamHQ / PipedreamHQ/pipedream
[Components] claris_filemaker_server_admin_api
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# claris_filemaker_server_admin_api
## URLs
- https://pipekit.pro/admin_api.html
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in a specified FileMaker database. Requires the database name and table to monitor.
### updated-record-instant
#### Description
Emit new event when a record is updated in a specified FileMaker database. Requires the database name, table, and optionally a field to track updates.
### new-script-error-instant
#### Description
Emit new event when a script execution fails in FileMaker Server. Useful for monitoring script automation issues.
## Actions
### create-record
#### Description
Create a new record in a specified FileMaker database and table. Requires database name, table name, and field-value pairs.
### update-record
#### Description
Update an existing record in a specified FileMaker database. Requires database name, table name, record ID, and field-value pairs.
### run-script
#### Description
Execute a FileMaker script on a specified database. Requires database name, script name, and optional script parameters.
Contributor guide
Assessment
This issue has not been assessed yet.