Can you configure notifications for app registrations in dev portal?

Not applicable

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 Solved
0 9 826
2 ACCEPTED SOLUTIONS

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"

864-screen-shot-2015-07-29-at-25110-pm.png

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.

866-screen-shot-2015-07-29-at-25835-pm.png

Cheers,

Anil Sagar

View solution in original post

sgilson
Participant V

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

View solution in original post

9 REPLIES 9

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"

864-screen-shot-2015-07-29-at-25110-pm.png

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.

866-screen-shot-2015-07-29-at-25835-pm.png

Cheers,

Anil Sagar

Thanks for the answer. I was familiar with the account creation email and had configured it. I didn't know about the rules module.

sgilson
Participant V

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

jamesleone
Participant I

@Anil Sagar @ Google

I read your reply it looks pretty straight forward however I am checking my modules and configs in Drupal they look correct but I do not see this scree. In fact if I try to navigate to admin/config/people/admin_notify I will get a 404 message. Can you provide me to some additional information as to which version of Apigee Edge you are using for Drupal also are you using any additional modules besides kickstarter?

Thanks

Kickstart was just released this year, and is based on Drupal 8. The answers in this post are all for the older Drupal 7-based developer portal (which did not get a name), so none of the solutions posted here will work for Kickstart / Drupal8.

There is work being done towards a Drupal 8 / Kickstart solution here: https://github.com/apigee/apigee-edge-drupal/issues/267 and https://github.com/apigee/apigee-edge-drupal/pull/289

Hey Karl,

Is there anyway for me to review the older d7 modules code?

Its public here: https://github.com/apigee/drupal7-drops under the profiles/apigee directory. D7 and D8 code are very different though.

Yeah D7 & D8 totally different, but maybe it help give me some ideas to create a custom module for my project.

Thanks Karl

The answers above appear to only apply to drupal-based portals.  Are you able to notify api producers when someone registers to use their api's in Apigee Edge integrated portal?