We would like to communicate about changes in the proxies or path to the teams or developers configured in Apigee X. Is there a built in solution to do the same? Also, if there isn’t what is the best way to do it? We use the integrated portal to create teams.
Hey @prithvij1t , we’ve noticed your question hasn’t been answered yet, but we’ll keep it on our radar and reach out to others in the community to chime in.
Hi @prithvij1t – there’s no built-in capability for this, however, you can achieve it by leveraging the Apigee API. For example, you can GET an API Product, then GET the Apps that have subscribed to the product and finally GET the Developer associated with each app where you can find their email address.
You will need a method to identify when changes occur and which changes you would want to notify the developers about (assuming you wouldn’t send an email for minor patches/fixes). You will also need an SMTP or HTTP service to send the emails.
Hello @omidt thank you for responding. Your suggested approach works for individual developers. However we want to inform specific things to specific teams. Is there any way to address teams and not individual devs?
Unfortunately not, but you could perhaps make use of custom attributes on developers to set/get flags that can help you filter and group the developers. I assume the teams functionality you refer to is in reference to the Integrated Portal’s teams feature which does not extend to core Apigee.