Any option to trigger mail to developer when app status change

I am developing developer portal using Apigee in Drupal 8. I have a requirement to trigger mail for below cases:

  • App Created

  • App Approved

  • App Denied

Do we have any inbuilt functionality available with Apigee to send mails for above cases?

Thanks, Suman

You can use same approach as Apigee Drupal module does.

See this for a reference: https://github.com/apigee/apigee-edge-drupal/blob/fd8188ba4d343a4d05eb134fc5369d32296a7fd3/apigee_edge.module#L548

1 Like