Is there a way to configure email notifications whenever a new developer signs up for an account or registers their application to request access to an API Product?
Solved! Go to Solution.
Dear @José Cedeño ,
Yes, It's supported out of the box in Apigee Developer Portal.
For User Notifications on registration, navigate to "admin/config/people/admin_notify"
You can configure App Notifications using RULES module. Enable Rules & Rules UI module. Add a new rule on event App Creation, Do Action send Email.
Cheers,
Anil Sagar
Here is the doc on creating a rule for sending a notification when a developer creates a new app on the portal:
http://apigee.com/docs/developer-services/content/create-and-configure-rules
Stephen