PipedreamHQ / PipedreamHQ/pipedream
[Components] rocketadmin
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# rocketadmin
## URLs
- https://docs.rocketadmin.com/
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is added to a specified database table. Requires selecting the database and table to monitor.
### updated-record-instant
#### Description
Emit new event when an existing record is updated in a specified database table. Requires selecting the database and table to monitor.
### deleted-record-instant
#### Description
Emit new event when a record is deleted from a specified database table. Requires selecting the database and table to monitor.
## Actions
### create-record
#### Description
Create a new record in a specified database table. Requires selecting the database and table and providing field values.
### update-record
#### Description
Update an existing record in a specified database table. Requires selecting the database and table and providing record ID and updated field values.
### delete-record
#### Description
Delete a record from a specified database table. Requires selecting the database and table and providing the record ID.
Contributor guide
Assessment
This issue has not been assessed yet.