Webhook event for comment completion status?

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:

  1. A comment.updated event when the completed status changes, or
  2. 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:

  1. Is there a webhook event for comment completion that I might have missed?
  2. If not, is this something on the roadmap?
  3. Any recommended workaround in the meantime?

Using Frame.io API v4 with webhooks registered for all available comment events.

Thanks!

hi @criuz there’s a comment.completed webhook event: