PipedreamHQ / PipedreamHQ/pipedream
[Components] microsoft_dataverse
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# microsoft_dataverse
## URLs
- https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/overview#getting-started
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in a specified Dataverse table. Users must specify the table name.
### updated-record-instant
#### Description
Emit new event when a record is updated in a specified Dataverse table. Users must specify the table name and can optionally filter by specific fields.
### deleted-record-instant
#### Description
Emit new event when a record is deleted from a specified Dataverse table. Users must specify the table name.
## Actions
### create-record
#### Description
Create a new record in a specified Dataverse table. Users must specify the table name and provide data for required fields.
### update-record
#### Description
Update an existing record in a specified Dataverse table. Users must specify the table name, record ID, and fields to update.
### delete-record
#### Description
Delete a record from a specified Dataverse table. Users must specify the table name and record ID.
Contributor guide
Assessment
This issue has not been assessed yet.