Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Question about generating an email on DevPortal when an event occurs

Not applicable

Could someone answer to the following question from our customer?

According to the Apigee docs:

http://apigee.com/docs/developer-services/content/configuring-email

- Generating an email when an event occurs

the customer reported that the sample rule with the event 'Upon creation of a developer app just works fine and DevPortal sends email right after a developer app is created.

But in the case of 'app_status' with configured as;

"ON" : { 
"devconnect_developer_app_status_pending_approved" : [], 
"devconnect_developer_app_status_approved_revoked" : [], 
"devconnect_developer_app_status_pending_revoked" : [], 
"devconnect_developer_app_status_revoked_approved" : [] 
},

The email is sent out at the timing of cron job runs schedule by;

cron : Coniguration > System > Cron > 'Run cron every'

Can we configure this also as to receive the email right after the app_status is updated like 'creation of a developer app'?

Solved Solved
3 7 381
1 ACCEPTED SOLUTION

Dear @Toshihiro Shibamoto ,

There is a reason behind this. Developer portal doesn't give any option to approve / revoke apps by default. Administrator has to use Management UI to approve / revoke apps.

Changes will be reflected in developer portal only after cron run. That's the reason email is sent out at the timing of cron jobs.

As of now, If you need immediate email then it has to be implemented as a custom feature in Developer Portal.

Cheers,

Anil Sagar

View solution in original post

7 REPLIES 7