# MailchimpTransactional::Body4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | **String** | a valid api key | **notify_email** | **String** | an optional email address to notify when the export job has finished | [optional] **date_from** | **DateTime** | start date as a UTC string in YYYY-MM-DD HH:MM:SS format | [optional] **date_to** | **DateTime** | end date as a UTC string in YYYY-MM-DD HH:MM:SS format | [optional] **tags** | **Array<String>** | an array of tag names to narrow the export to; will match messages that contain ANY of the tags | [optional] **senders** | **Array<String>** | an array of senders to narrow the export to | [optional] **states** | **Array<String>** | an array of message states to narrow the export to; messages with ANY of the states will be included | [optional] **api_keys** | **Array<String>** | an array of api keys to narrow the export to; messsagse sent with ANY of the keys will be included | [optional]