-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] domo #14900
[Components] domo #14900
Comments
The Domo API is not working very well, several endpoints are returning 500 and some 403 when they shouldn't, |
@luancazarine can you share a bit more details about the errors you are getting?
|
Hi @sergio-eliot-rodriguez, OF course I can. For example, when I try to get users or cards, it work as expected but if I want to get a specifc card, it doesn't work or when I try to update a card description following the API doc
|
Ok I reached out to support via email with these details. I will posting updates here |
Meet up with Domo requested by their support team. This should remain blocked per discussion on Slack here for now. |
domo
URLs
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
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
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
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
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
The text was updated successfully, but these errors were encountered: