PipedreamHQ / PipedreamHQ/pipedream
[Components] claris_filemaker_server_data_api
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# claris_filemaker_server_data_api
## URLs
- https://pipekit.pro/fmi/data/apidoc/
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in a specified FileMaker database and layout. Requires specifying the database name and layout.
### record-updated-instant
#### Description
Emit new event when a record is updated in a specified FileMaker database and layout. Requires specifying the database name, layout, and optional field filters.
### new-script-result-instant
#### Description
Emit new event when a scheduled script finishes execution, providing the result of the script. Requires specifying the script name.
## Actions
### create-record
#### Description
Create a new record in a specified FileMaker database and layout. Requires database name, layout, and field data as input.
### update-record
#### Description
Update an existing record in a FileMaker database. Requires database name, layout, record ID, and fields to update.
### run-script
#### Description
Execute a script in a specified FileMaker database. Requires database name, script name, and optional script parameters.
Contributor guide
Assessment
This issue has not been assessed yet.