I have created one web hook to read new mails and start process on that mails. Now sometimes this webhook doesn’t trigger it instantaneously. It take some time around 10-30 minutes and then gets triggered. How can I resolve this issue ?
I am using azure function to process new mails.
I know this is not the best way to ask question but I didn’t find anything else on my query so taking help from Stack overflow Developer community.
Thanks in advance.