Integrations
Subscription Integration
5min
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 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 update license expiration date c) subscription cancel when webhook triggers subscription cancel event you should deactivate license integrations for licensespring our platform now offers integrations with a variety of third party services fastspring stripe salesforce shopify