# ActivityRequestRecord
## Properties
**created_at** | **String** | ISO 8601 timestamp. |
**id** | **String** | Request UUID. |
**status** | **String** | Processing status. |
**subscriber_ids** | **Vec<String>** | List of targeted subscriber IDs. |
**transaction_id** | **String** | Client-provided transaction ID for idempotency. |
**workflow_identifier** | **String** | The workflow that was triggered. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)