PipedreamHQ / PipedreamHQ/pipedream
[Components] ruly
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# ruly
## URLs
- https://mycompany.rulyapp.com/oauth2/authorize
## Polling Sources
### new-record
#### Prompt
Emit new event when a new record data is created in ruly. This trigger is polling type, constantly checking for new records based on the selected interval. Props required to configure this trigger is the data model ID to specify the record from which data model.
## Actions
### create-record
#### Prompt
Create a new record. The required props for this action are the Record Name - which should be unique, and the Record Content - the data that needs to be stored in the record. An optional prop may be the Record Category for better organization of the records. This action is particularly useful for users needing to store data for easy future retrievals.
Contributor guide
Assessment
This issue has not been assessed yet.