I am relatively new to GCP platform. I need to create a system wherein my team gets notifications whenever an email is received from there client.
I have to create a system which is publishing messages in pubsub topic filtered by email id.
example : I want to publish only those message/emails in which "To" and "From" fields has "example@gmail.com"
I have referred the online documentations but could not find the workaround. Is this possible using GCP? If not is there any other service via which I can achieve the same ?
We are using Gmail as the email client
Thanks