Can We use apigee webhooks without monetization license?

ankita10j
Participant II

Hi,

I have to use apigee webhooks without monetization license. Can I use that? If not then what is best way to implement webhooks in apigee. I could see some documentation but those are very old and discussed in 2015. Are any better options available now?

Any help will be greatful.

Thanks

Ankita Jain

@Diego Zuluaga, @Anant Jhingran, @Sanjeev, @Alan Ho, @Alex Koo, @Maruti Chand, @Vinit Mehta, @JennyB, @Sandeep Murusupalli, @Anil Sagar, @Dino

0 2 553
2 REPLIES 2

No, you cannot use the webhooks included in Apigee Edge Monetization without licensing Apigee Edge Monetization.

what events do you want to get notified for, via webhooks?

thanks @Dino problem is solved. Actually it was some events happening on target servers and we need to notify some users registered on target servers about those events. Right now I got to know that whenever any event occurs, target server will call apigee url and then from apigee we will call users call back url. Now I am creating an API which will call callback url with payload attached to it.