APIs & Integrations

PMata
Participant

Trigger webhook on workflow when any company field is updated

SOLVE

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!

1 Accepted solution
coldrickjack
Solution
Guide

Trigger webhook on workflow when any company field is updated

SOLVE

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:

 

Screenshot 2022-10-12 at 12.27.20.png

 

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

View solution in original post

2 Replies 2
coldrickjack
Solution
Guide

Trigger webhook on workflow when any company field is updated

SOLVE

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:

 

Screenshot 2022-10-12 at 12.27.20.png

 

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

PMata
Participant

Trigger webhook on workflow when any company field is updated

SOLVE

Exactly what I needed, thank you!

0 Upvotes