Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 3.94 KB

File metadata and controls

29 lines (25 loc) · 3.94 KB

Notification

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "ID of the notification.", "verbs":["POST","PUT","GET"] } [optional]
domain str { "description" : "The domain of the notification.", "verbs":["POST","PUT","GET"] }
action str { "description" : "The action associated with the notification.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "Organization associated with the notification.", "verbs":["POST","PUT","GET"] }
webhook_id str { "description" : "Webhook associated with the notification.", "verbs":["POST","PUT","GET"] }
entity_id str { "description" : "The id of the entity associated with the notification.", "verbs":["POST","PUT","GET"] }
destination_url str { "description" : "The URL the notification will be sent to.", "verbs":["POST","PUT","GET"] }
format str { "description" : "Format of the notification.", "verbs":["POST","PUT","GET"] }
ack_enabled bool { "description" : "If true notifications will continue to be sent until an acknowledgment is received.", "verbs":["POST","PUT","GET"] } [default to False]
entity list[str] [optional]
changes list[str] [optional]
last_send_attempt datetime { "description" : "The UTC DateTime of the notifications's last send attempt.", "verbs":["POST","PUT","GET"] } [optional]
next_send_attempt datetime { "description" : "The UTC DateTime of the notification's next send attempt.", "verbs":["POST","PUT","GET"] } [optional]
final_send_attempt datetime { "description" : "The UTC DateTime of the notification's final send attempt.", "verbs":["POST","PUT","GET"] } [optional]
total_send_attempts int { "description" : "The number of send attempts for this notification.", "verbs":["POST","PUT","GET"] } [optional]
state str { "description" : "Whether the notification has been sent.", "verbs":["POST","PUT","GET"] }
acked datetime { "description" : "The UTC DateTime when the notification was acked if it is ack enabled.", "verbs":["POST","PUT","GET"] } [optional]

[Back to Model list] [Back to API list] [Back to README]