You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want an event rule to trigger a webhook when an IP Address object has a specific tag removed from it. Is this possible?
This is my condition to trigger when the tag is ADDED:
{
"and": [
{
"attr": "status.value",
"value": "active"
},
{
"attr": "tags.slug",
"op": "contains",
"value": "xxxyyyzzz"
}
]
}
I want to trigger another webhook when tag "xxxyyyzzz" is removed from an IP Address.
Beta Was this translation helpful? Give feedback.
All reactions