iptracker icon indicating copy to clipboard operation
iptracker copied to clipboard

[Feature] Add webhook support for IP change notifications

Open modernben opened this issue 2 years ago • 0 comments

Add the ability to send a user-defined webhook when an IP address is updated

Make available the new IP in the payload

POST [url]

{
    "ip": "123.45.67.890"
}

modernben avatar Aug 02 '23 22:08 modernben