I’m building an integration that syncs Frame.io review workflows with our internal project management system. We’re successfully receiving webhook events for comment.created and comment.updated, but I’ve noticed that marking a comment as “completed” doesn’t trigger any webhook event.
Current behavior:
- When a comment is created → comment.created webhook fires ✓
- When a comment text is edited → comment.updated webhook fires ✓
- When a comment is marked as completed → no webhook event
Expected behavior:
I would expect either:
- A comment.updated event when the completed status changes, or
- A dedicated comment.completed event
Use case:
We’re tracking review progress and want to automatically update task statuses in our system when reviewers mark feedback items as resolved/completed in Frame.io. Currently, we’d have to poll the API to detect completion status changes, which isn’t ideal.
Questions:
- Is there a webhook event for comment completion that I might have missed?
- If not, is this something on the roadmap?
- Any recommended workaround in the meantime?
Using Frame.io API v4 with webhooks registered for all available comment events.
Thanks!
