Developer App creation listener

Hi,

I know you can plugin to the devconnect drupal module and implement some custom code using the product_approval_email_devconnect_developer_app_save method. This will fire off the custom code anytime an app is saved through the developer portal. What happens if the app is created in edge? Is there a way to listen to that event? or some corresponding event that happens in the portal?

0 2 391
2 REPLIES 2

Have you looked at this page? Using the Drupal Rules module, you define rules (app creation for e.g. ) and actions that need to occur automatically in response to an event on the portal. This does not require any custom coding..

I have looked at that but I need to send an email to users that are in a role in edge, which it looks like you can't do through the drupal rules.

Also will the drupal rule fire off if you create an app through edge?