CreateWebhookSubscriptionRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
event_filters | List[str] | ✅ | The list of event filters corresponding to events the user is subscribed to |
delivery_mode | WebhookDeliveryModeRequest | ✅ | |
expires_in | int | ❌ | Subscription lifetime in seconds. The maximum subscription lifetime depends upon the specified transportType : | Transport type | Maximum permitted lifetime | | ------------------- | ------------------------------ | | WebHook | 315360000 seconds (10 years) | | RC/APNS , RC/GSM | 7776000 seconds (90 days) | | PubNub | 900 seconds (15 minutes) | | WebSocket | n/a (the parameter is ignored) | |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs