Inbound call notification through curl system command

Greetings,

I want to get inbound call notification through http url.
I heard it can be done in asterisk_custom.conf file by putting something like

exten => incoming,n,System(curl http://your-server-url/.../callback)

I dont want to take the incoming call control just inbound http url calling

Can we do that through FreePBX?

Thanks