PipedreamHQ / PipedreamHQ/pipedream

[Components] rocketadmin

Open
#16,047 0 comments 0 reactions 0 assignees View on GitHub
triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.