PipedreamHQ / PipedreamHQ/pipedream

[Components] claris_filemaker_server_odata_api

Open
#15,404 0 comments 0 reactions 0 assignees View on GitHub
triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.