Solved

Is it possible to share subscription between apps?



Show first post

29 replies

Userlevel 5
Badge +7

We have it on the roadmap to configure different integrations on a per-app basis eventually. Right now the best way might be to either listen to webhooks on your own backend and then forward them to different Amplitude etc URLs based on the `app_id` contained in the webhook; or alternatively you could use a CDP like Segment for this (configure the Segment integration, and then in Segment set up logic that forwards the event to different destinations based on the `app_id` contained in the payload.

Badge +4

@Jens Got it, thank you!

Badge +4

Configuring integrations differently per-app within a project is on our roadmap but we don’t have an ETA for it.

Hey @Jens, is it on the roadmap to allow sharing entitlements across apps in different projects?

Userlevel 5
Badge +7

Hi @jeffp , that is not on the roadmap and also unlikely to happen, since different projects don’t share a App User ID namespace or entitlements. You could build something using webhooks and promotional entitlements (when you receive a webhook about a new purchase or new renewal from one project, use the REST API to create a promotional entitlement in the other project), though.

Reply