PipedreamHQ / PipedreamHQ/pipedream
[Components] sidetracker
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# sidetracker
## URLs
- https://app.sidetracker.io/api/schema/redoc
## Polling Sources
### new-row-created
#### Prompt
Emit new event when a row is added to a list. Required props: the list ID on which to listen for new rows.
## Actions
### create-list
#### Prompt
Create a new list. Required props: the list name.
### get-list
#### Prompt
Get a list by ID.
### add-row
#### Prompt
Add a row to a list. Required props: the list ID and the row props
### update-row
#### Prompt
Update a row in a list. Required props: the list ID, the row ID, and the row props.
### delete-row
#### Prompt
Delete a row from a list. Required props: the list ID and the row ID.
Contributor guide
Assessment
This issue has not been assessed yet.