# PakatApiV3Sdk.EmailExportRecipients

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notifyURL** | **String** | Webhook called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional] 
**recipientsType** | **String** | Type of recipients to export for a campaign | 


<a name="RecipientsTypeEnum"></a>
## Enum: RecipientsTypeEnum


* `all` (value: `"all"`)

* `nonClickers` (value: `"nonClickers"`)

* `nonOpeners` (value: `"nonOpeners"`)

* `clickers` (value: `"clickers"`)

* `openers` (value: `"openers"`)

* `softBounces` (value: `"softBounces"`)

* `hardBounces` (value: `"hardBounces"`)

* `unsubscribed` (value: `"unsubscribed"`)




