Skip to content
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] exist #15372

Open
pipedream-component-development opened this issue Jan 23, 2025 · 0 comments
Open

[Components] exist #15372

pipedream-component-development opened this issue Jan 23, 2025 · 0 comments
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

exist

URLs

Webhook Sources

new-item-instant

Description

Emit new event when a new item is added. Users can specify optional filters such as item type or category.

new-activity-instant

Description

Emit new event when there is activity on an item, such as updates or comments. Users can optionally specify which types of activities to track.

new-member-instant

Description

Emit new event when a new member or user joins the platform. Users may optionally filter by role or group.

Actions

create-item

Description

Create a new item with required fields like title and description. Optional fields can include category, tags, and attachments.

update-item

Description

Update an existing item by specifying its ID and the fields to modify, such as status, title, or description.

add-comment

Description

Add a comment to a specified item. Requires the item ID and the comment content. Optional fields include mentions or attachments.

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
None yet
Development

No branches or pull requests

1 participant