Updates replays as a trigger for integrations

Hi all!
I’m currently building an integration that synchronizing between mirrored items’ updates.
It triggers when an update is created, and I wondered if there’s a way to trigger my integration when a update is replayed.
Is there such trigger? and if not, is it possible to build one?
Thank you!

@yuvalNakav

Yes, it should be possible :slight_smile: You can use the in-built trigger when an Update is posted, and use the “replyId” field from the Trigger Output:

In that case, the app’s trigger would run on any update being posted, but you could limit the action to only run on replies. What do you think?

-Alex

Hi Alex, yes this is great. Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.