Trigger webhook on workflow when any company field is updated

Hello,

I need to send the webhook when company data is updated, and only once (but can be enrolled again id the data is updated a second time).

In enrollment trigger, I can’t find any way to trigger the event on update.
Clicking on test works well, I get all the data I need to work on my side, but I can only trigger when the last modification date is within the last day (this is the only unit of time I have there).

I would like the message to be fired instantly on update.

Is there an option or a trick to do that?
Thank you!

Hi @PMata,

If you are triggering a webhook from a workflow, the way to achieve this would be to setup the enrollment criteria as shown in the screenshot below. Anytime the “Industry” is changed the criteria is met and the webhook will trigger:

You just need to ensure you setup the workflow for re-enrollment when “Property Name” is known.

Exactly what I needed, thank you!