# ActivityRecord
## Properties
**channel** | Option<**String**> | Delivery channel (email, sms, push, chat, in_app). | [optional]
**created_at** | **String** | ISO 8601 timestamp when this activity was recorded. |
**detail** | **String** | Human-readable detail of this execution step. |
**id** | **String** | Execution detail UUID. |
**integration_id** | Option<**String**> | Integration UUID — the specific integration instance used. | [optional]
**integration_identifier** | Option<**String**> | User-given integration label (e.g. \"telegram-1\", \"my-sendgrid\"). | [optional]
**is_retry** | **bool** | Whether this was an automatic retry. |
**is_test** | **bool** | Whether this was a test-mode execution. |
**job_id** | **String** | Parent job UUID. |
**notification_id** | **String** | Parent notification UUID. |
**provider_id** | Option<**String**> | Provider type that handled delivery (e.g. \"telegram\", \"sendgrid\"). | [optional]
**source** | **String** | Originating source: `api`, `worker`, `webhook`. |
**status** | **String** | Execution status: `success`, `failed`, `pending`. |
**subscriber_id** | Option<**String**> | Subscriber who received this notification. | [optional]
**transaction_id** | Option<**String**> | Transaction ID for idempotency/tracing. | [optional]
**workflow_id** | Option<**String**> | Workflow UUID that produced this activity. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)