I currently have a web api application which I I can use to request data, but i would like to create trigger functionality, within the API, which can trigger the API to send, whenever new data record is added in the database. Is this feature plausible?
Any indication to blogs/tutorial which I can use to start implementing this feature?
Many thanks for your help.