PipedreamHQ / PipedreamHQ/pipedream

[Components] domo

Open
#14,900 5 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

# domo
## URLs
- https://developer.domo.com/portal/d01f63a6ba662-domo-developer-portal
## Polling Sources
### new-dataset
#### Prompt
Emit new event when a new dataset is added to the Domo instance. Users can configure optional filters such as dataset owner or dataset tags to narrow the scope.
#### URLs
- https://developer.domo.com/portal/52fd0777839f4-query-a-data-set
### new-data-in-card
#### Prompt
Emit new event when data within a specific card is updated. Users must provide the card ID, and they can optionally specify thresholds or conditions for the data updates. projectId and listId have async options
#### URLs
- https://developer.domo.com/portal/631f21c3c5f5f-retrieve-all-projects
- https://developer.domo.com/portal/38e89edd950ec-retrieve-all-project-lists
- https://developer.domo.com/portal/23a93e85362a3-retrieve-all-list-tasks
### new-alert-triggered
#### Prompt
Emit new event when an alert is triggered in Domo based on predefined rules. Users can configure filters for specific alert types or related datasets.
#### URLs
- https://developer.domo.com/portal/a4e18ca6a0c0b-retrieve-activity-log-entries
## Actions
### add-data-to-dataset
#### Prompt
Add new rows of data to an existing dataset in Domo. Users must provide the dataset ID and the data in the form of a JSON object or array.
#### URLs
- https://developer.domo.com/portal/d984e2fec9b18-import-data-into-data-set
### update-card-description
#### Prompt
Update the description of an existing card in Domo. Users must provide the card ID and the new description text.
#### URLs
- https://developer.domo.com/portal/a9c700565ffba-update-a-task

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.