EventArc workflow for custom notifications

Hi Devs,

I'm new to Apigee and exploring the Apigee portal. I was curious to know whether someone can guide me with a sample workflow.yaml file to get alerts when a Developer is registered or an App is created.

I am aware that there are multiple events while output the payload like the one i'm looking into i.e;

 

 

 

google.cloud.apigee.v1.DeveloperApps.CreateDeveloperApp

 

extrohitnair_0-1669096030159.png

Can anyone share me with a sample workflow yaml for "CreateDeveloperApp" so that I can refer to it for other events required for notifications. 

Found a video from @dchiesa1 for Alerting on New developer App creation "https://www.youtube.com/watch?v=cC33EcJP15Y". I want to find a work around for the same using eventarc workflows. 

0 1 73
1 REPLY 1

Checkout the sample implementation in this doc.
https://github.com/ganadurai/apigee-eventarc-workflow/blob/main/README.md

Thanks.