Skip to main content

access_code.created

An access code was created.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.created",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.created
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.changed

An access code was changed.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "change_reason": "",
  "changed_properties": [],
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.changed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
change_reason
String
Human-readable reason for the change (e.g. ongoing code auto-renewed).
changed_properties
Array
List of properties that changed on the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.changed
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.name_changed

The name of an access code was changed on the device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "description": "",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.name_changed",
  "from": {
    "name": "My Access Code"
  },
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "to": {
    "name": "My Access Code"
  },
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
description
String
Human-readable description of the change and its source.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.name_changed
from
Object
Previous access code name configuration.
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
to
Object
New access code name configuration.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.code_changed

The pin code of an access code was changed on the device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "description": "",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.code_changed",
  "from": {
    "code": "1234"
  },
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "to": {
    "code": "1234"
  },
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
description
String
Human-readable description of the change and its source.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.code_changed
from
Object
Previous pin code configuration.
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
to
Object
New pin code configuration.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.time_frame_changed

The time frame of an access code was changed on the device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "description": "",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.time_frame_changed",
  "from": {
    "ends_at": "2025-01-01T00:00:00.000Z",
    "starts_at": "2025-01-01T00:00:00.000Z"
  },
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "to": {
    "ends_at": "2025-01-01T00:00:00.000Z",
    "starts_at": "2025-01-01T00:00:00.000Z"
  },
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
description
String
Human-readable description of the change and its source.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.time_frame_changed
from
Object
Previous time frame configuration.
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
to
Object
New time frame configuration.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.scheduled_on_device

An access code was scheduled natively on a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "code": "1234",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.scheduled_on_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
code
String
Code for the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.scheduled_on_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.set_on_device

An access code was set on a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "code": "1234",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.set_on_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
code
String
Code for the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.set_on_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.removed_from_device

An access code was removed from a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.removed_from_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.removed_from_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.delay_in_setting_on_device

There was an unusually long delay in setting an access code on a device.
Example webhook payload
{
  "access_code_errors": [],
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "access_code_warnings": [],
  "connected_account_custom_metadata": {},
  "connected_account_errors": [],
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_warnings": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_errors": [],
  "device_id": "00000000-0000-0000-0000-000000000000",
  "device_warnings": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.delay_in_setting_on_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_errors
Array
Errors associated with the access code.
access_code_id
String (UUID)
ID of the affected access code.
access_code_warnings
Array
Warnings associated with the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_errors
Array
Errors associated with the connected account.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
connected_account_warnings
Array
Warnings associated with the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_errors
Array
Errors associated with the device.
device_id
String (UUID)
ID of the device associated with the affected access code.
device_warnings
Array
Warnings associated with the device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.delay_in_setting_on_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.failed_to_set_on_device

An access code failed to be set on a device.
Example webhook payload
{
  "access_code_errors": [],
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "access_code_warnings": [],
  "connected_account_custom_metadata": {},
  "connected_account_errors": [],
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_warnings": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_errors": [],
  "device_id": "00000000-0000-0000-0000-000000000000",
  "device_warnings": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.failed_to_set_on_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_errors
Array
Errors associated with the access code.
access_code_id
String (UUID)
ID of the affected access code.
access_code_warnings
Array
Warnings associated with the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_errors
Array
Errors associated with the connected account.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
connected_account_warnings
Array
Warnings associated with the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_errors
Array
Errors associated with the device.
device_id
String (UUID)
ID of the device associated with the affected access code.
device_warnings
Array
Warnings associated with the device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.failed_to_set_on_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.deleted

An access code was deleted.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "code": "1234",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.deleted",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
code
String
Code for the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.deleted
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.delay_in_removing_from_device

There was an unusually long delay in removing an access code from a device.
Example webhook payload
{
  "access_code_errors": [],
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "access_code_warnings": [],
  "connected_account_custom_metadata": {},
  "connected_account_errors": [],
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_warnings": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_errors": [],
  "device_id": "00000000-0000-0000-0000-000000000000",
  "device_warnings": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.delay_in_removing_from_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_errors
Array
Errors associated with the access code.
access_code_id
String (UUID)
ID of the affected access code.
access_code_warnings
Array
Warnings associated with the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_errors
Array
Errors associated with the connected account.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
connected_account_warnings
Array
Warnings associated with the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_errors
Array
Errors associated with the device.
device_id
String (UUID)
ID of the device associated with the affected access code.
device_warnings
Array
Warnings associated with the device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.delay_in_removing_from_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.failed_to_remove_from_device

An access code failed to be removed from a device.
Example webhook payload
{
  "access_code_errors": [],
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "access_code_warnings": [],
  "connected_account_custom_metadata": {},
  "connected_account_errors": [],
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_warnings": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_errors": [],
  "device_id": "00000000-0000-0000-0000-000000000000",
  "device_warnings": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.failed_to_remove_from_device",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_errors
Array
Errors associated with the access code.
access_code_id
String (UUID)
ID of the affected access code.
access_code_warnings
Array
Warnings associated with the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_errors
Array
Errors associated with the connected account.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
connected_account_warnings
Array
Warnings associated with the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_errors
Array
Errors associated with the device.
device_id
String (UUID)
ID of the device associated with the affected access code.
device_warnings
Array
Warnings associated with the device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.failed_to_remove_from_device
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.modified_external_to_seam

An access code was modified outside of Seam.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.modified_external_to_seam",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.modified_external_to_seam
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.deleted_external_to_seam

An access code was deleted outside of Seam.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.deleted_external_to_seam",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.deleted_external_to_seam
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

access_code.backup_access_code_pulled

A backup access code was pulled from the backup access code pool and set on a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "backup_access_code_id": "",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.backup_access_code_pulled",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
backup_access_code_id
String
ID of the backup access code that was pulled from the pool.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.backup_access_code_pulled
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.