PipedreamHQ / PipedreamHQ/pipedream
[Components] claris_filemaker_server_odata_api
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# claris_filemaker_server_odata_api
## URLs
- https://help.claris.com/en/odata-guide/content/write-odata-api-calls.html
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in a specified layout. Requires specifying the layout name.
### updated-record-instant
#### Description
Emit new event when a record is updated in a specified layout. Requires specifying the layout name and an optional field to monitor for changes.
## Polling Sources
### new-query-result
#### Description
Emit new event when a query returns new or updated results from a specified layout or query parameters. Requires specifying a layout and optional query filters.
## Actions
### create-record
#### Description
Create a new record in a specified layout. Requires specifying the layout name and the field values for the new record.
### update-record
#### Description
Update an existing record in a specified layout. Requires specifying the layout name, record ID, and the field values to update.
### delete-record
#### Description
Delete a record from a specified layout. Requires specifying the layout name and record ID.
Contributor guide
Assessment
This issue has not been assessed yet.