Integrations
Subscription Integration
5 min
webhooks webhooks are automated messages sent from apps when something happens they allow you to receive real time updates about events in other services webhook setup for subscription licenses webhooks workflow inside app trigger event when the specified event occurs in the third party service, it makes an http request to the webhook url you provided(e g client buys a subscription product) payload processing your server then receives this request, parses the payload, and takes any necessary actions licensespring implementation a) new subscription when user buys a subscription product this action will trigger event of webhook which will send payload to your server/application and https //docs licensespring com/management api/order/create order (license of subscription type with validity period ) b) subscription update when user extend subscription successfully this will trigger event that subscription charge was successful which will https //docs licensespring com/management api/license/update expiration date c) subscription cancel when webhook triggers subscription cancel event you should https //docs licensespring com/license api/activation deactivation/deactivation integrations for licensespring our platform now offers integrations with a variety of third party services https //docs licensespring com/integrations/fastspring https //docs licensespring com/integrations/stripe https //docs licensespring com/integrations/salesforce https //docs licensespring com/integrations/shopify
