Can Apigee handle outbound calls

  • I have a system which sends alerts to my mobile a when the system is tampered or any service button is pressed.
  • I want this data to be sent via APIGEE to my mobile app, which will show the alert messages
  • But at present what I know is I need to make a call/request via APIGEE to my back end system to get the information. But in the above case the back end system sends information (like alerts).

Is there any way to implement this using APIGEE.

0 1 292
1 REPLY 1

Hi @Gopal D J,

APIGEE proxy your backend endpoints, you can still design your proxy to send the alerts to the mobile app.

- You can use service callout policy on certain cases when you want to send alerts.

take an example - user needs to renew the membership, when user logs-in via apigee your call goes to backend and backend identifies that membership is overdue with that status apigee can send notification to user without going to backend.