PipedreamHQ / PipedreamHQ/pipedream
[Components] gagelist
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# gagelist
## URLs
## Polling Sources
### new-calibration
#### Prompt
Emit new event when a calibration is created. No additional props are required for this trigger.
### new-gage
#### Prompt
Emit new event when a gage is created. No additional props are required for this trigger.
### new-manufacturer
#### Prompt
Emit new event when a manufacturer is created. No additional props are required for this trigger.
## Actions
### create-gage
#### Prompt
Creates a new gage in gagelist. Props requirement: 'gage-name' which is the name of the gage. Optional prop: 'description', which allows you to add a description to the gage.
### update-calibration
#### Prompt
Updates a calibration record in gagelist. Required props are 'record-number' which represents the unique ID of the calibration record, and 'new-data' which is the updated information. No optional props for this action.
### get-account-status
#### Prompt
Retrieves the status of the user's account in gagelist. No props are required or optional for this action.
Contributor guide
Assessment
This issue has not been assessed yet.