We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emit new event when a new item is added. Users can specify optional filters such as item type or category.
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.
Emit new event when a new member or user joins the platform. Users may optionally filter by role or group.
Create a new item with required fields like title and description. Optional fields can include category, tags, and attachments.
Update an existing item by specifying its ID and the fields to modify, such as status, title, or description.
Add a comment to a specified item. Requires the item ID and the comment content. Optional fields include mentions or attachments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: