Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Notify resend maintenance

Maintenance#

List pending notifications to be process#

List first 100 (if available) to be processed.

{SUP} notify_resend_maintenance pending

List {SHOW_COUNT} number of pending notifications

{SUP} notify_resend_maintenance pending {SHOW_COUNT}

List {SHOW_COUNT} number of pending notifications, optionally shows the whole JSON object if {DETAILS} is true

{SUP} notify_resend_maintenance pending {SHOW_COUNT} {Details}

List pending notifications by notification type (e.g. voicemail_new, ...)

{SUP} notify_resend_maintenance pending_by_type {Type}

List notifications which reached their max retries#

List first 100 (if available)

{SUP} notify_resend_maintenance failed

List {{SHOW_COUNT}} number of failed notifications

{SUP} notify_resend_maintenance failed {SHOW_COUNT}

List {SHOW_COUNT} number of failed notifications, optionally shows the whole JSON object if {DETAILS} is true

{SUP} notify_resend_maintenance failed {SHOW_COUNT} {Details}

List failed notifications by notification type (e.g. voicemail_new, ...)

{SUP} notify_resend_maintenance failed_by_type {Type}

Get a specific notification's details#

{SUP} notify_resend_maintenance notify_info {Id}

Send a single notification#

{SUP} notify_resend_maintenance send_notify {Id}

Get statistics of notification re-sender#

{SUP} notify_resend_maintenance statistics

Delete a notification#

{SUP} notify_resend_maintenance delete {Id}

Delete notifications older than a specific timestamp#

Timestamp is Gregorian seconds

{SUP} notify_resend_maintenance delete_older_than {Timestamp}

Delete notifications between specific timestamp period#

Timestamps are Gregorian seconds

{SUP} notify_resend_maintenance delete_between {START_TIMESTAMP} {END_TIMESTAMP}