PipedreamHQ / PipedreamHQ/pipedream
[Components] supadata
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# supadata
## URLs
- https://supadata.ai/documentation/getting-started
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in Supadata. Users can specify the dataset or table to monitor.
### updated-record-instant
#### Description
Emit new event when a record is updated in Supadata. Users can specify the dataset or table to watch for changes.
### deleted-record-instant
#### Description
Emit new event when a record is deleted in Supadata. Users can specify the dataset or table to monitor.
## Actions
### create-record
#### Description
Create a new record in Supadata. Users must specify the dataset or table and provide the record data.
### update-record
#### Description
Update an existing record in Supadata. Users need to specify the dataset or table, the record ID, and the fields to update.
### delete-record
#### Description
Delete a record in Supadata by specifying the dataset or table and the record ID.
Contributor guide
Assessment
This issue has not been assessed yet.