Enums§
- Delete
Webhook ById Error - struct for typed errors of method
delete_webhook_by_id
- GetDynamic
Webhooks ForApp Error - struct for typed errors of method
get_dynamic_webhooks_for_app
- GetFailed
Webhooks Error - struct for typed errors of method
get_failed_webhooks
- Refresh
Webhooks Error - struct for typed errors of method
refresh_webhooks
- Register
Dynamic Webhooks Error - struct for typed errors of method
register_dynamic_webhooks
Functions§
- delete_
webhook_ by_ id - Removes webhooks by ID. Only webhooks registered by the calling Connect app are removed. If webhooks created by other apps are specified, they are ignored. Permissions required: Only Connect apps can use this operation.
- get_
dynamic_ webhooks_ for_ app - Returns a paginated list of the webhooks registered by the calling app. Permissions required: Only Connect apps can use this operation.
- get_
failed_ webhooks - Returns webhooks that have recently failed to be delivered to the requesting app after the maximum number of retries. After 72 hours the failure may no longer be returned by this operation. The oldest failure is returned first. This method uses a cursor-based pagination. To request the next page use the failure time of the last webhook on the list as the
failedAfter
value or use the URL provided innext
. Permissions required: Only Connect apps can use this operation. - refresh_
webhooks - Webhooks registered through the REST API expire after 30 days. Call this resource periodically to keep them alive. Unrecognized webhook IDs (nonexistent or belonging to other apps) are ignored. Permissions required: Only Connect apps can use this operation.
- register_
dynamic_ webhooks - Registers webhooks. Permissions required: Only Connect apps can use this operation.