Hi All,
I have requirement to send request (by any means like http, soap, web service) whenever any action (insert, update, delete) happens in database.
I have read that we can use trigger which is automatically executed on any insert, update, delete on database and can send email for notification.
Can we send http or soap request using trigger?
Is it possible? If Yes, How?
Please guide me.
Regards,
Manisha