-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WebHook transportType support for subscriptions? #53
Comments
There's no specific reason it doesn't include a helper for webhooks yet and a helper can be added. There are two parts to webhook support today:
I've labeled this as an enhancement request. Feel free to send a PR. |
Here is some information on creating the webhook using the SDK. This is based on the webhook documentation.
To enable renewing of the webhook, you should subscribe to the renewal event filter:
Then resubscribe when you receive the renewal event. See the webhook renewal documentation for more info. |
@grokify thanks for the quick response(s) on this. Your example above is what I'm doing now, which of course works just fine. I'll find a moment to open a PR to add this functionality to the SDK, just to clean up the implementation for consumers of the SDK. While I have your attention, one quick question: When creating a subscription, I believe the response includes an |
Is this something of interest? I wanted to check to see if there is a specific reason the ruby sdk doesn't currently support it, before I take the time to open a PR.
Thanks.
The text was updated successfully, but these errors were encountered: