-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] guru #13217
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
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
Merged
luancazarine
added a commit
that referenced
this issue
May 12, 2025
Sources - Announcement Read (Instant) - New Card (Instant) - Card Updated (Instant) Actions - Create Card - Add Tag To Card - Export Card To PDF
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
May 13, 2025
* guru init * [Components] guru #13217 Sources - Announcement Read (Instant) - New Card (Instant) - Card Updated (Instant) Actions - Create Card - Add Tag To Card - Export Card To PDF * pnpm update * Update components/guru/sources/common/base.mjs Co-authored-by: Jorge Cortes <[email protected]> --------- Co-authored-by: Jorge Cortes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
guru
URLs
Polling Sources
announcement-read-instant
Prompt
Emit new event when an announcement is read. Event type must be 'alert-read'
URLs
new-card-instant
Prompt
Emit new event when a new Card is published. Event type must be 'card-created'
URLs
card-updated-instant
Prompt
Emit new event when a user makes an edit to a Card. Event type must be 'card-updated'
URLs
Actions
create-card
Prompt
Creates a new card on your account in Guru. Required props include card-title and content. Optional props include a group id or user id to specify ownership for the card.
URLs
add-tag-to-card
Prompt
Links an existing tag to a specified card in Guru. Required props include the card id and the tag id. This action assumes that both the card and tag are already existing.
URLs
export-folder-to-pdf
Prompt
Export a specific folder identified by its ID to a PDF file.
URLs
The text was updated successfully, but these errors were encountered: