Doorbells you say?? Yes, i have two because i live in an appartment (3rd floor). One down in the hall, and another one at the gallery (the actual frontdoor of my house).
The one that is connected to the hall is an intercom, a 'Golmar T-810'. I opened the intercom that hangs in my house and saw it has a buzzer inside. It spits out about 12VAC.
The normal doorbell is the same as in normal houses, a 8VAC transformer with a ringer connected
I searched for a while on the internet how to accomplish this and found some stuff about a KlikAanKlikUit doorbell sender and an optocoupler. But i didn't want to buy such an 'expensive' doorbell transmitter if i can buy a 433Mhz from eBay for $2

So i bought a cheap remote (SCT2260 chip, PT2262 clone) and fiddled around with some optocouplers, resistors and stuff. But i couldn't get it reliable enough.
I then tried a different approach, with a relay, diode and a capacitor. And that worked fine! I built it x2 and works great.
When one of the doorbells is activated a Pushover script is called so i get a pushnotification on my phone immediately. This is done by calling the script in the OnAction field (script:///home/pi/domoticz/scripts/doorbell.sh). For the PT2262 you also need to fill in a off-delay (i use 5sec), otherwise the switch will stay turned on.

I will draw the schematic later (Fritzing is very nice for that), but it is really simple:
Input: one of the wires goes directly to the coil of relay. Other wire goes to a diode (with the line marking at the relay side). Across the relay coil i have placed a small capacitor (100uF or so?) to stabilize the signal.
Output of the relay (NO, Normally Open) is connected to the button solderpads on the remote.
For the remote i would recommend a different one if you also want to build this. This one needed replacement of a resistor (3.3Mohm) before it was detected by Domoticz. There also exist cheap remotes that can be picked up directly by Domoticz i thought. Don't have a link/type however...
The next step is to send me a snapshot of ipcam. I only have to come up with a clever way to mount the cam so it doesn't draws attention. People walk by at the gallery and when i tried the cam was way too visible. But the script for it is already working.