Replies: 2 comments
-
|
I hoped something like this would work: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Welcome to the club. Maybe one day the webhook functionality will be improved. It seems like it provided little value the way it's currently implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created an event rule to trigger a webhook, wenever an IP address is created, deleted or updated that has a custom field set to a list of predefined values. This is the condition of the event rule:
If the the custom field
dns_a_ptr_recordsis not set or is set tounmanaged, then the event rule does not trigger. So far, that works well. However, the event rule triggers also when I simply add a comment to the IP address.Thus, my question: Is there way to trigger the event rule only when a certain attribute (e.g. custom field) changes?
I tried to add a comparison between the current value and the value from the pre-change object state, but apparently, I can only compare an attribute against a value, but not against another attribute.
Beta Was this translation helpful? Give feedback.
All reactions