Getting comment activity events

When ever a person adds a comment or attaches and image in the comments, it seems there is not event for it, is there any way to get that event or any way to find out when a comment is added to a version, task or shot/asset?

Would you like to run some automations when some one make a comment in the details panel?

For information, users should get notifiactions when a comment is made as outlined in Inbox and Notifications.

yes, i am trying to run an automation when a comment is added, trying to sync that comment to a db.

Hey,

So, atm we have activity event emitted but not stored.

Cretaing/updating/deleting activities triggers an event, but this event is not stored in the database - it is just emitted over websockets to notify connected listeners.

and the available event types are

There are also these additional activity events

I think updating the post title to reflect it’s about activity events would be better, what do you think?

ya i guess if its just an event or activity that i am able to capture it should be fine i guess, how do i get that activity? can you help with a boiler code?

Oh, there’s a new PR to log activites.

ah… awesome, i will wait for the next release
thanks

1 Like