These docs are for AuthRocket 1. Looking for AuthRocket 2 docs?

Notifications

Notifications are tightly associated with Events. Notifications are the record of outbound webhooks and emails triggered for an event.

Fields

FieldValueReq/DefaultNotes
id id Auto-generated

Notification’s ID. Always starts with “ent_”. Example: ent_USkWvq7fl3LlYPKvqtxBq

attempts integer Number of delivery attempts made.
state in_progress,
completed,
failed,
canceled
Current state of this notification.
app_hook_id app_hook_id ID of App Hook that triggered this Notification.
hook_type webhook,
email
Type of App Hook.
last_attempt_at time_t Time of most recent attempt.
last_destination string Destination of most recent attempt.
last_result string Result of most recent attempt.

List notifications

To retrieve all notifications for an event, use Get an Event.

Questions? Find a Typo? Get in touch.