Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 696 Bytes

File metadata and controls

32 lines (16 loc) · 696 Bytes

SibApiV3Sdk.EmailExportRecipients

Properties

Name Type Description Notes
notifyURL String Webhook called once the export process is finished [optional]
recipientsType String Type of recipients to export for a campaign

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")