Add ENTITLEMENT_UPDATE
and ENTITLEMENT_DELETE
events to webhooks
#7375
Unanswered
thomasgtaylor
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application has the HTTP interaction endpoint enabled. Currently, only Gateways can receive all entitlement-related events:
ENTITLEMENT_CREATE
,ENTITLEMENT_UPDATE
, andENTITLEMENT_DELETE
.While workarounds exist for HTTP interaction endpoints, it would be highly beneficial to receive all these events directly (not exclusively
CREATE
). Without this support, I'm forced to maintain one of the following methods:Beta Was this translation helpful? Give feedback.
All reactions